T
travis_5579
Hi ,
I have encounter an issue state that
"-2147467259 (80004005)
The database has been placed in a place by user 'Admin'
on machine 'Travis Notebook' that prevent it from
being opened or locked "
I encounter this error when I try to open the access
database using the following code using VBA.
Public Sub OpenCon()
Set Con = New ADODB.Connection
Con.ConnectionString = Connection
Con.Provider = "Microsoft.Jet.OLEDB.4.0"
Con.Open "D:\Personal\KMS\KMS.mdb", "Admin"
End Sub
Hope some one will help me up.
I have encounter an issue state that
"-2147467259 (80004005)
The database has been placed in a place by user 'Admin'
on machine 'Travis Notebook' that prevent it from
being opened or locked "
I encounter this error when I try to open the access
database using the following code using VBA.
Public Sub OpenCon()
Set Con = New ADODB.Connection
Con.ConnectionString = Connection
Con.Provider = "Microsoft.Jet.OLEDB.4.0"
Con.Open "D:\Personal\KMS\KMS.mdb", "Admin"
End Sub
Hope some one will help me up.