P
philip
I would programatically choose between two Access Databases. They are both
the same structure. Only data change.
How can I programatically say : "now, I change the database ?"
I saw that the origin of the database is writen in an xsd file. By which
property of which object can I programatically change the stringconnection
to go from a database to another ?
The reason is simple : to debug my program more quickly, I use a reduced
database, but I would use another database in another directory (the
original database is much greater) when I test the '.exe' release version of
my program. If I can programatically change database, I can easily change
the procedure to go from the first to the second.
'My.Settings.starDvdDataConnectionString' is ReadOnly.
Thanks for your help
the same structure. Only data change.
How can I programatically say : "now, I change the database ?"
I saw that the origin of the database is writen in an xsd file. By which
property of which object can I programatically change the stringconnection
to go from a database to another ?
The reason is simple : to debug my program more quickly, I use a reduced
database, but I would use another database in another directory (the
original database is much greater) when I test the '.exe' release version of
my program. If I can programatically change database, I can easily change
the procedure to go from the first to the second.
'My.Settings.starDvdDataConnectionString' is ReadOnly.
Thanks for your help