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.Con String (this is my connectionstrin g) Like this
Provider=Micros oft.Jet.OLEDB.4 .0;Data Source=c:\DAT.m db;Persist Security
Info=True;Passw ord=password;Us er ID=user;Jet OLEDB:System
database=c:\sec urity.mdw;Jet OLEDB:Database Password=passwo rd
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.Con String (this is my connectionstrin g) Like this
Provider=Micros oft.Jet.OLEDB.4 .0;Data Source=c:\DAT.m db;Persist Security
Info=True;Passw ord=password;Us er ID=user;Jet OLEDB:System
database=c:\sec urity.mdw;Jet OLEDB:Database Password=passwo rd
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
Comment