Hi
I'm running VB6.0, and I want to connect to a Access 2000 database through
DAO, using JET (NOT ODBC), but I keep getting this error, though the
password IS correct!
My connection string is:
Set SubDb1 = OpenDatabase(ServerPath & "\shop.mdb", , , "PWD=1234")
Any help would be appreciated!
Ren