C
Chris
I am trying to use ADOX in VB 6 to programmatically
create a linked Access table from a user-level secured
database ( user id and user pasword with no database
password) on a read-only network drive to a local user-
level secured Access database (again with user id and
user pasword and no database password).
What is the correct Jet I-Isam connection string to
provide? I have
tried ";DATABASE=\\server\share\myremotedb.mdb;UID=myUser
ID;PWD=myUserPWD" to no avail. I receive the following
message : "The Microsoft Jet database engine cannot open
the file '\\SEERVER\SHARE\MYREMOTEDB.MDB. It is already
opened exclusively by another user, or you need
permission to view its data."
create a linked Access table from a user-level secured
database ( user id and user pasword with no database
password) on a read-only network drive to a local user-
level secured Access database (again with user id and
user pasword and no database password).
What is the correct Jet I-Isam connection string to
provide? I have
tried ";DATABASE=\\server\share\myremotedb.mdb;UID=myUser
ID;PWD=myUserPWD" to no avail. I receive the following
message : "The Microsoft Jet database engine cannot open
the file '\\SEERVER\SHARE\MYREMOTEDB.MDB. It is already
opened exclusively by another user, or you need
permission to view its data."