drosenkranz
Programmer
Hello,
We recently upgraded to XP's with Access 2002 in our building. I have a number of large VB5 (SP3) projects running using DAO and Access '97 databases with security.
Since I can't adminstrate an Access '97 table from Access 2002, I converted the database to both Access 2000 and an Access 2002 format - each time with no luck using the OpenDatabase command. This should be simple but I've been at it for a while with no luck.
'Connect string
strConnect = ";DATABASE = " & (mstrAppPath & mstrMDB) & _
" ;UID=" & mLogID & " ;PWD=" & mLogPW
'Create Database Object
Set mdatW2W = OpenDatabase("", True, False, strConnect)
Any suggestions would be greatly appreciated,
Dave
The 2nd mouse gets the cheese.
We recently upgraded to XP's with Access 2002 in our building. I have a number of large VB5 (SP3) projects running using DAO and Access '97 databases with security.
Since I can't adminstrate an Access '97 table from Access 2002, I converted the database to both Access 2000 and an Access 2002 format - each time with no luck using the OpenDatabase command. This should be simple but I've been at it for a while with no luck.
'Connect string
strConnect = ";DATABASE = " & (mstrAppPath & mstrMDB) & _
" ;UID=" & mLogID & " ;PWD=" & mLogPW
'Create Database Object
Set mdatW2W = OpenDatabase("", True, False, strConnect)
Any suggestions would be greatly appreciated,
Dave
The 2nd mouse gets the cheese.