I have an application that uses a database, I have my dataset with different tables and methods for each tables.
The current server where the tables are is to be closed in the next weeks, my question is simple : is there a way to tell VB.Net that my tables are on server X instead of server Y without having to delete all tables in my dataset and recreating them and all their methods?
Thanks
The current server where the tables are is to be closed in the next weeks, my question is simple : is there a way to tell VB.Net that my tables are on server X instead of server Y without having to delete all tables in my dataset and recreating them and all their methods?
Thanks