Hi Drew,
Thank you for the feedback.
Usually a regular XAF developer has no need to know about low-level details of how his XAF application works. It works and that is good for him. He only needs to type the required connection string via designer, config or in the code, or can drop a Connection component from the Toolbox and then configure it as required via the UI provided by the IDE. Everything else is handled by XAF.
But we live in the real world and some non-trivial scenarios may take place. For instance, you may need to change the connection settings to natively configure it in the way you did before XAF. XAF doesn't prevent you from doing this as well. So, my sample illustrates how to do this...
I suggest you check the Q97709 issue for an example of such a real scenario. Please download the latest sample project from this issue, which I recently modified due to changes in verson 8.2 of the suite.
P.S.
I will keep in mind your suggestion and will provide more comments on my stuff. Thank you for your patience again.