The error message is
"Cannot start your application. The workgroup information file is missing or
opened exclusively by another user. "
The code is
Conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="
&Server.MapPath("/database/test.mdb") &";uid=admin;password=fish"
If I don't set the password it won't error but when I set the database
password it goes like this.
Thank You,
PK
Hi,
If you are using access 97 use the drivers 3.51 instead of 4.0
Also, make sure you have set up the group admin in the database
Hope this helps
Regards
Sunil Kumar
> The error message is
> "Cannot start your application. The workgroup information file is
missing or
> opened exclusively by another user. "
>
> The code is
>
> Conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="
> &Server.MapPath("/database/test.mdb") &";uid=admin;password=fish"
>
> If I don't set the password it won't error but when I set the database
> password it goes like this.
>
> Thank You,
> PK