This topic is locked
[SOLVED]

 error '80004005'... Record is Deleted

7/28/2006 11:52:55 AM
ASPRunnerPro General questions
M
mprainc2 author

Greetings - get the error listed below when users try to view dB entry via the web page, that contains a field entry that has exceeded 1909 characters (this count includes spaces).
Fields with error are defined as "memo" in Access and as "field area" in asprunner version 4.0, build 97. Thoughts?
++++++++++++++++++

Microsoft OLE DB Provider for ODBC Drivers error '80004005'

[Microsoft][ODBC Microsoft Access Driver] Record is deleted.
/doe_nnsa_mox/db_nse/nse_list.asp, line 1851
++++++++++++++++++

LINE 1851 from nse_list.asp:

rs.movenext
Advanced thanks!

~ K

J
Jane 7/31/2006

Kim,
Please zip and send generated ASP files to [email=support@xlinesoft.com]support@xlinesoft.com[/email] along with project file and your sample database for investigation.

I'll find what's wrong with your project running it on my test box.

D
dextacy 12/3/2008

Hi I'm wondering if you have found a solution to this problem as I have a pretty much identical problem. The memo text field causes that error to be displayed in my admin area, when I enter 1888 characters in this field, however on the actual web page itself the field displays all the text without a problem. And like yours the line on the asp page with the problem is Recordset.MoveNext below is the error i receive
----------------------------

Microsoft JET Database Engine error '80004005'
Record is deleted.
/path/myfile.asp, line 475
----------------------------
the code on line 475 is listed below:
Recordset.MoveNext
I have tried compacting the database, rebuilding the tables and rebuilding the database to see if a record is corrupt but to no avail. So if you managed to fix the problem could you please help me.
Kind regards
DJ

J
Jane 12/4/2008

Hi,
Please publish your project on Demo Account (last tab in the ASPRunenrPro) and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error.