M
Mark90
Hi there!
I have trouble opening an access 2000 protected with password.
I am automating the access 2000 in VB6. My code starts like this....
....
x = getobject(,"Access.application.9")
x.opencurrentdatabase(dbname,...)
....
I found no way to open it except in access 2003 where in the
opencurrentdatabase it included the pwd parameter.
Is there another way to open it?
I have trouble opening an access 2000 protected with password.
I am automating the access 2000 in VB6. My code starts like this....
....
x = getobject(,"Access.application.9")
x.opencurrentdatabase(dbname,...)
....
I found no way to open it except in access 2003 where in the
opencurrentdatabase it included the pwd parameter.
Is there another way to open it?