builder(
builder("Initial Catalog") = My.Settings.Database
builder("User ID") = My.Settings.UserID
builder("Password") = My.Settings.Password
DataLayer.DataSources.Add(New SqlDataSourceItem("", builderCMPR.ConnectionString))
"Test connection here...............If fails, possibly using a try/catch show a user friendly error message and gracefully exit the app."
Thanks for the help!
I am doing that now by attempting to fill BO. I thought I might be able to take advantage of a built-in method within the DataLayer object that I might not be aware of. Hopefully these answers will help others with similar questions. Thanks for the info anyway.
Jeff