This topic is locked

Error adding/editing records

7/21/2005 2:47:02 PM
ASPRunnerPro General questions
J
JAT author

Greetings! I'm having a problem when I try to edit or add records (I usually just have the list and view pages, so this is new to me!). "Delete Record" seems to work just fine.
When adding, I get the following error:

============================

Error Type:

Microsoft OLE DB Provider for ODBC Drivers (0x80040E10)

[Microsoft][ODBC Microsoft Access Driver]COUNT field incorrect

/072105HCI/Query2005_add.asp, line 3923
Browser Type:

Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
Page:

POST 5057 bytes to /072105HCI/Query2005_add.asp
POST Data:

error '80020009'

Exception occurred.
/iisHelp/common/500-100.asp, line 223

================================

When editing:
Error Type:

Microsoft OLE DB Provider for ODBC Drivers (0x80040E21)

Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.

/072105HCI/Query2005_edit.asp, line 3797
Browser Type:

Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
Page:

POST 8601 bytes to /072105HCI/Query2005_edit.asp
POST Data:

error '80020009'

Exception occurred.
/iisHelp/common/500-100.asp, line 223

=============================



Thanks for any help you can give!

Sergey Kornilov admin 7/22/2005

Hi,
please zip and send to support@xlinesoft.com all files from ASPRunnerPro output folder with subfolders along with project file and your sample database. I'll find what's wrong running it on my test box.

Sergey Kornilov admin 7/26/2005

Hi,
most probably this ADD/EDIT page break because you trying to insert/update nore than 128 fields at once. You need to reduce number of fields on ADD/EDIT pages.
More info: http://support.microsoft.com/?id=199076