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!