A
Andre Rode
Hi, a question
I use a mdb database for my application. The application should be able
to handle more than one mdb, so I think I have to change
my.settings.ConString (this is my connectionstring) Like this
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\DAT.mdb;Persist Security
Info=True;Password=password;User ID=user;Jet OLEDB:System
database=c:\security.mdw;Jet OLEDBatabase Password=password
The only thing I want to change is the data source element...
But this setting is read only and the scope cannot be set to "User"
Or am I on the wrong way?
Greetings from Germany
Andre
I use a mdb database for my application. The application should be able
to handle more than one mdb, so I think I have to change
my.settings.ConString (this is my connectionstring) Like this
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\DAT.mdb;Persist Security
Info=True;Password=password;User ID=user;Jet OLEDB:System
database=c:\security.mdw;Jet OLEDBatabase Password=password
The only thing I want to change is the data source element...
But this setting is read only and the scope cannot be set to "User"
Or am I on the wrong way?
Greetings from Germany
Andre