Can anyone tell me how to open a database from within VB5 using 'OpenDatabase' if the database has a password?
Please email [email protected] if you can help.
Thanks.
Printable View
Can anyone tell me how to open a database from within VB5 using 'OpenDatabase' if the database has a password?
Please email [email protected] if you can help.
Thanks.
To open a database password protected use
OpenDatabase(<database_name>, false, false, ";pwd=<password>")
I hope this help you...