Hi,
This question and answers discuss the theory as well as methods to achieve the desired result so I don't wish to re-hash those suggestions. I'm trying to make sure there isn't an easy solution in my instance before I rewrite all my tableadapters.
What I do have is a relatively mature and complex project utilising many datasets all designed with VS and accessing a VistaDB database (it was SQLCE originally). For various reasons I now wish to make the actual database that the dataset's are bound to user selectable. The end-user's database selection will be limited to databases that all use the same SQL commands.
I've done a fair bit of research and several supposed solutions claim to do this but on delving deeper they do not change the database type - only it's connection string or path.
Has anyone actually achieved this and if so could they please at least tell me the theory and at best provide the code they have used.
Thanks ...