G
Guest
I have the following connect string for an ado open:
Driver={Microsoft Access Driver (*.mdb)};Dbq=my.mdb;Uid=robert;Pwd=xyz;
When I try to execute the open it says there are no read permissions. I
have given read permissions to everthing except user Admin. User admin has
no permissions. How can I get the ADO to use the user in the connect string?
Driver={Microsoft Access Driver (*.mdb)};Dbq=my.mdb;Uid=robert;Pwd=xyz;
When I try to execute the open it says there are no read permissions. I
have given read permissions to everthing except user Admin. User admin has
no permissions. How can I get the ADO to use the user in the connect string?