Changing MDB Tool Generated Dataset Source
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I am writing an application to synchronise two MDB files, one accessed through a webserver and the other on the local system. All well on the webserver side, but on the local system where the application is running I need to be able to change the source of the data from information in an INI file. (i.e if the MDB file is moved I need to change the source to match). Standard OLEDbConnections to password protected MDB files seem to problematical, so I ended up using the Dataset as this saves a lot of hand coding If you want to see a picture please feel free to look at the image here which should give you the context. I can not figure out how to make the source of the Dataset change from within the code. Thanks for your help