H
hkappleorange
I ued this code to connect to a mdb file
A = New OleDbConnection( "PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA
Source=C:\Inetpub\wwwroot\ASPX\Authors.mdb" )
However, I found the Access Mdb file is locked and cannot be edited by
Access even I have closed the connection using
A.Close()
The file is simply locked.
How to avoid this problem and how to fix it ??
A = New OleDbConnection( "PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA
Source=C:\Inetpub\wwwroot\ASPX\Authors.mdb" )
However, I found the Access Mdb file is locked and cannot be edited by
Access even I have closed the connection using
A.Close()
The file is simply locked.
How to avoid this problem and how to fix it ??