open password protected (.mdb file) 
Author Message
 open password protected (.mdb file)

how to open password protected .mdb file with DAO
just i want to open the database , but not to connect to any tables within
kindly advise any one


Wed, 15 Sep 2010 21:38:00 GMT  
 open password protected (.mdb file)

Quote:

> how to open password protected .mdb file with DAO
> just i want to open the database , but not to connect to any tables within
> kindly advise any one

Set dbs = OpenDatabase(sFilename, False, False, ";pwd=mypassword")

David



Thu, 16 Sep 2010 03:03:52 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. 'how to open an password protected access mdb file

2. 'how to open an password protected access mdb file

3. 'how to open an password protected access mdb file

4. 'how to open an password protected access mdb file

5. Problem opening a password protected .MDB

6. Open the password protected MDB with VB

7. rpt file and password protected mdb file

8. VB5 and PASSWORD Protected MDB file.

9. Is MDB File Password Protected?

10. protect .mdb files with password

11. how vb handles Winziped .mdb file with password protected

12. how vb handles Winziped .mdb file with password protected

 

 
Powered by phpBB® Forum Software