guineamation
Programmer
Hi All,
when trying to update the DB via an admin panel, i get this error message:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Could not save; currently locked by user 'admin' on machine 'W2K1920'.
/admin/inc_machina_edit.asp, line 107
-------------------------------------------------
i have some RecordSets open using the same connection string, is it a problem? what else can cause the DB to be locked for editing?
when trying to update the DB via an admin panel, i get this error message:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Could not save; currently locked by user 'admin' on machine 'W2K1920'.
/admin/inc_machina_edit.asp, line 107
-------------------------------------------------
Code:
Set con = Server.CreateObject("ADODB.Connection")
con.open conn_STRING
line 107: con.execute (MySQL)
i have some RecordSets open using the same connection string, is it a problem? what else can cause the DB to be locked for editing?