urs
August 31st, 2001, 07:16 AM
hi
i am trying to open an password protected Access 2000 Database using ADODB . i am getting an error
"Cannot Start ur application.The work group information file is missing or opened exclusively by another user" but i am sure nobody is using it this is my coding
Dim db As New ADODB.Connection
Dim rd As New ADODB.Recordset
db.Open "Provider=Microsoft.Jet.OLEDB.4.0;User Id=Admin;Password=cool;Data Source=D:\cool.mdb;Persist Security Info=False"
rd.Open "Select * from saf", db, adOpenStatic, adLockOptimistic
Text1.Text = rd.Fields(0).Value
i searched previous question realted to this 1 guru had suggested to user "Pwd" instead of "Password" in the connection string which is also giving me an error
"Cannot find installable ISAM"
plzz help me
thanx
i am trying to open an password protected Access 2000 Database using ADODB . i am getting an error
"Cannot Start ur application.The work group information file is missing or opened exclusively by another user" but i am sure nobody is using it this is my coding
Dim db As New ADODB.Connection
Dim rd As New ADODB.Recordset
db.Open "Provider=Microsoft.Jet.OLEDB.4.0;User Id=Admin;Password=cool;Data Source=D:\cool.mdb;Persist Security Info=False"
rd.Open "Select * from saf", db, adOpenStatic, adLockOptimistic
Text1.Text = rd.Fields(0).Value
i searched previous question realted to this 1 guru had suggested to user "Pwd" instead of "Password" in the connection string which is also giving me an error
"Cannot find installable ISAM"
plzz help me
thanx