raj_2006
06-06-2008, 03:33 PM
Hi All,
I am trying to update a record using asp and access and getting a strange error.
I really don't know how this is happening.The error is:
Error Type:
Microsoft JET Database Engine (0x80040E21)
Could not save; currently locked by another user.
feature_admin.asp, line 213
in line 213 there is
<%rs_savefeature("cBody") = request.form("cBody") %>
In the access database the datatype of field cBody is memo.
Could you please suggest me what should I do now?
Thanks in advance for your co-operation.
Regards,
Raj
I am trying to update a record using asp and access and getting a strange error.
I really don't know how this is happening.The error is:
Error Type:
Microsoft JET Database Engine (0x80040E21)
Could not save; currently locked by another user.
feature_admin.asp, line 213
in line 213 there is
<%rs_savefeature("cBody") = request.form("cBody") %>
In the access database the datatype of field cBody is memo.
Could you please suggest me what should I do now?
Thanks in advance for your co-operation.
Regards,
Raj