
how to access mdb which is protected by password
Hi thank for the response,
I did try by adding parameter for opendatabase method as you explain but
still have an error.
exactly i try some of this :
set dbs=dbs.opendatabase("f:\master.mdb",false) as parameter
";pwd=mypassword" (i get error with this command)
than I try define a variable as parameter and set the value of the variable
with my password...... I get error too.
waiting for your next explanation.
Thank's
...Aries...
Quote:
>If you are using db object add as parameter for OpenDatabase method
>";pwd=YourPassword", for data control replace Access in Connect property
>with the same string, but without double quotes (just type it in instead of
>using combo box
>Vlad