PDA

Click to See Complete Forum and Search --> : How to use 'OpenDatabase' with a password?


NeilT
Mar 31st, 2000, 04:19 PM
Can anyone tell me how to open a database from within VB5 using 'OpenDatabase' if the database has a password?
Please email nat23@cam.ac.uk if you can help.
Thanks.

Ferdinando Cecchini
Mar 31st, 2000, 07:43 PM
To open a database password protected use
OpenDatabase(<database_name>, false, false, ";pwd=<password>")

I hope this help you...

smalig
Mar 31st, 2000, 07:49 PM
Check it out

http://vbcode.webhostme.com/en/click.asp?id=51

http://vbcode.webhostme.com/en/click.asp?id=52

http://vbcode.webhostme.com/en/click.asp?id=86