Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
After ADO rs.AddNew, rs field won't accept data
Message
De
04/10/2002 00:47:03
 
 
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Divers
Thread ID:
00707399
Message ID:
00707662
Vues:
24
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform