Hello,
Is it possible to change the connection string after setting up a Data Source?
I'd like to set up a Data Grid View, but the user must be able to change the location of the database file at a later time (over a network).
i've been trying:
My.Settings.db1ConnectionString1 = strDatabase
but i get an error stating that db1ConnectionString1 is ReadOnly, and there doesn't seem to be any way around that? Or is there? Or is there a better way to do this?
Thanks for your help and incite.
Dave