Connect Issue

G

Gsurfdude

I am getting the error The database has been placed in a state buy user
'Admin' on machine <computer> that prevents it from being opened
or locked. Error code -2147467259. This occurs in a module that has this ADO
statement:

strConn = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & dbPath & ";User
ID=;Password=;"
If objConn.State = adStateClosed Then
objConn.Open strConn
End If

Any help WOULD be appreciated !

Thanks in advance !

G
 
Top