Enter password for Access-database in VB. 
Author Message
 Enter password for Access-database in VB.

Hi

I made a database in Access with password.
But every time Iam trying to access the database,
I get the massage: "Not a valid password."
How can I enter the password at runtime.
Please make some code.

Regards,
Jens Riis



Mon, 19 Feb 2001 03:00:00 GMT  
 Enter password for Access-database in VB.
Set cDataBase = OpenDatabase(DataBase, False, False, ";pwd=" & <PassWord>)



Quote:
> Hi

> I made a database in Access with password.
> But every time Iam trying to access the database,
> I get the massage: "Not a valid password."
> How can I enter the password at runtime.
> Please make some code.

> Regards,
> Jens Riis



Tue, 20 Feb 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. VB 4.0 (32-bit) accessing password protected Access 7.0 database

2. VB 4.0 (32-bit) accessing password protected Access 7.0 database

3. using vb to set and unset password for access 2000 database

4. Change password of Access database in VB

5. VB and changing an Access Database Password

6. Accessing a password protected database in VB 4

7. Printing report with Access as OLE server from VB in password-protected database

8. Password Protected Database -- Access 7, VB 4 32-bit

9. Help. VB(32) and Access 7.0 (Database password)

10. Accessing a password protected database in VB 4

11. connect DAO 3.6 from VB to Access 2000 (database set password)

12. VB and changing an Access Database Password

 

 
Powered by phpBB® Forum Software