W
Wael
hi all
I want to open a secured msaccess xp database from vb6 application .I used
the shell command :
iRetrun=Shell( "C:\Program Files\Microsoft Office\Office10\MSACCESS.EXE
C\MyDataBase.mdb /user username /PWD password /WrkGrp
C:\SecurityFile.mdw",1)
when msaccess opens i get the message :
"You do not have the necessary permissions to use the C:\MyDataBase.mdb
object. Have your system administrator or the person who created this object
establish the appropriate permissions for you. "
any idea how to solve this problem
thanks in advance
Wael
I want to open a secured msaccess xp database from vb6 application .I used
the shell command :
iRetrun=Shell( "C:\Program Files\Microsoft Office\Office10\MSACCESS.EXE
C\MyDataBase.mdb /user username /PWD password /WrkGrp
C:\SecurityFile.mdw",1)
when msaccess opens i get the message :
"You do not have the necessary permissions to use the C:\MyDataBase.mdb
object. Have your system administrator or the person who created this object
establish the appropriate permissions for you. "
any idea how to solve this problem
thanks in advance
Wael