Ask a Question related to ASP Database, Design and Development.
-
Sajid #1
Could not save(modify) record
Hi
I'm developing an online shopping cart. When user modifies
a record, it generates following error:
Microsoft OLE DB Provider for ODBC Drivers
error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Could not save;
currently locked by user 'admin' on machine 'XYZ'.
...../addProduct.asp, line 60
This error does not appear on each record but, on some of
the records. Others modify successfully. I dont know
what's happening.
Regards
Sajid
Sajid Guest
-
Can't delete .LCK files, so can't modify or save anychanges!
I am having a huge problem with .LCK files. I thought that these could only be generated in Contribute, but suddenly several of the directories in... -
Creating button to Save Record and Close Form
Use the VB Editor window to add a line as follows: Docmd.Close acform, Me.Name The line should be added immediately after the save command... -
disable save record on a Continuous Forms
"Adelin C." <adelin.champagne@hrdc-drhc.gc.ca> wrote in message news:0c3c01c356a8$34bcaaa0$a501280a@phx.gbl... If you don't want the user to make... -
Force continuous from to commit/save record
Hi, Background Explained: I've got a quite complex set of 12 tabbed sub-forms on 1 master form for data entry of about 600 variables from... -
Save record in subform
I do a after update event in a field in a subform (multiple payments to a job). Then I have it requery to calculate the balance due. When I do the... -
Aaron Bertrand - MVP #2
Re: Could not save(modify) record
Where is the CODE that modified the record? Are you using an
ADODB.Recordset object, and rs.update methodology? Or are you using a
direct UPDATE statement, or a stored query?
Who is the admin user on machine XYZ? Is it possible someone has the MDB
file open on their machine?
Are you closing/destroying your recordset/connection objects on every page?
--
Aaron Bertrand
SQL Server MVP
[url]http://www.aspfaq.com/[/url]
"Sajid" <sajid622@hotmail.com> wrote in message
news:04ae01c3c2fa$74874320$a501280a@phx.gbl...> Hi
>
> I'm developing an online shopping cart. When user modifies
> a record, it generates following error:
>
> Microsoft OLE DB Provider for ODBC Drivers
> error '80004005'
>
> [Microsoft][ODBC Microsoft Access Driver] Could not save;
> currently locked by user 'admin' on machine 'XYZ'.
>
> ..../addProduct.asp, line 60
>
> This error does not appear on each record but, on some of
> the records. Others modify successfully. I dont know
> what's happening.
>
> Regards
> Sajid
>
>
Aaron Bertrand - MVP Guest
-
Jeff Cochran #3
Re: Could not save(modify) record
On Mon, 15 Dec 2003 02:59:04 -0800, "Sajid" <sajid622@hotmail.com>
wrote:
FAQ:>Hi
>
>I'm developing an online shopping cart. When user modifies
>a record, it generates following error:
>
>Microsoft OLE DB Provider for ODBC Drivers
>error '80004005'
>
>[Microsoft][ODBC Microsoft Access Driver] Could not save;
>currently locked by user 'admin' on machine 'XYZ'.
>
>..../addProduct.asp, line 60
>
>This error does not appear on each record but, on some of
>the records. Others modify successfully. I dont know
>what's happening.
Why do I get database-related 80004005 errors?
[url]http://www.aspfaq.com/show.asp?id=2009[/url]
Jeff
Jeff Cochran Guest



Reply With Quote

