i use a data library object in my project. if i change the connection string on the run time i have to end the application and reopen it to access the new data. is it possible to access the data without closing the application?.
i noticed that when i run the project the CreateSchema event runs one when a dataset needs access to data. if i open a second form with another dataset the CreateSchema not runs again even if i change the connection string, i have to close the application and reopen it to access the new data.
Thanks for help