Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_database_setup thread: OLEDB Error with Database Password


Message #1 by "Panuruj" <panuruj@h...> on Sun, 8 Jul 2001 10:33:17
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
Message #2 by kumars@i... on Sun, 8 Jul 2001 14:08:42
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

  Return to Index