Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
After ADO rs.AddNew, rs field won't accept data
Message
From
04/10/2002 00:47:03
 
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00707399
Message ID:
00707662
Views:
23
Multiple-step operation generated errors. Check each status value

well this error usually occurs whenever there is dataType mismatch between the table fields and the values u try to store.
if the values coming from textbox, you can set its maxLength to 45. if it is thru other control, try to restrict it at UI only.
Or
simply you can just chk length of string b4 storing

if you want to trap/handle the error
use on Error goTO mylabelErrHandler statement
in the handler, you can check err.number to display proper error message ( a part of description may also be checked along with number)
Best Luck..
Nilesh
Previous
Reply
Map
View

Click here to load this message in the networking platform