AncientTiger
Programmer
Ok, I'm familiar with the standard ado connection method of:
.........
dbsrc = "Provider=Microsoft.JET.oledb.4.4;Data Source='c:\mydb.mdb'"
Set cnn = createobject("ADODB.RECORDSET"
cnn.Open "Select * from sometable",dbsrc
..........
and have used this extensively, but now I'm faced with a secured Access database (using the Workgroup wizard), and am not sure what the connection string should be. I'm getting an "unable to find installable ISAM.." errors...
Let's say that I have a database located at c:\mydb.mdb
and it's secured with the secureddb.mdw workgroup file in the same location. There's a user : Tiger : and his password is : mypassword : .... could someone give me a script example of how I'd connect to that database?
Thanks!!
------------------------------------
18 years of programming, and still learning every day! ![[yinyang] [yinyang] [yinyang]](/data/assets/smilies/yinyang.gif)
.........
dbsrc = "Provider=Microsoft.JET.oledb.4.4;Data Source='c:\mydb.mdb'"
Set cnn = createobject("ADODB.RECORDSET"

cnn.Open "Select * from sometable",dbsrc
..........
and have used this extensively, but now I'm faced with a secured Access database (using the Workgroup wizard), and am not sure what the connection string should be. I'm getting an "unable to find installable ISAM.." errors...
Let's say that I have a database located at c:\mydb.mdb
and it's secured with the secureddb.mdw workgroup file in the same location. There's a user : Tiger : and his password is : mypassword : .... could someone give me a script example of how I'd connect to that database?
Thanks!!
------------------------------------
![[yinyang] [yinyang] [yinyang]](/data/assets/smilies/yinyang.gif)
![[yinyang] [yinyang] [yinyang]](/data/assets/smilies/yinyang.gif)