|
 |
asp_databases thread: ASP error No work was done.
Message #1 by "Farhan Ahmed" <gnudev@r...> on 21 Jul 2001 11:37:27 -0000
|
|
Hi,
When I try to save some data into a database, I get this error :
Microsoft OLE DB Provider for ODBC Drivers error '80040e21'
Multiple-step OLE DB operation generated errors. Check each OLE DB
status value, if available. No work was done.
/siascholars2001/scripts/siareg.asp, line 36
What is this error and why is it generated ?
Please help,
Regards,
Farhan.
Message #2 by "Ken Schaefer" <ken@a...> on Mon, 23 Jul 2001 14:30:18 +1000
|
|
Usually caused when you try to insert too much information into a database
field. eg inserting a 20 char variable into a varChar(10) field.
If this is not the cause, please post /code/
Cheers
Ken
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
----- Original Message -----
From: "Farhan Ahmed" <gnudev@r...>
To: "ASP Databases" <asp_databases@p...>
Sent: Saturday, July 21, 2001 9:46 PM
Subject: [asp_databases] ASP error No work was done.
: Hi,
:
: When I try to save some data into a database, I get this error :
:
: Microsoft OLE DB Provider for ODBC Drivers error '80040e21'
:
: Multiple-step OLE DB operation generated errors. Check each OLE DB
: status value, if available. No work was done.
:
: /siascholars2001/scripts/siareg.asp, line 36
:
: What is this error and why is it generated ?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
 |