Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can't Append!
Message
 
 
À
18/01/2001 23:06:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00465557
Message ID:
00465688
Vues:
20
Try this:

=CursorSetProp("Buffering",5,"Customer")
Insert into Customer (Fields) values (Values)
Begin Transaction
IF TableUpdate(2,.T.,"Customer",la_error)
End Transaction
ELSE
ROLLBACK
ENDIF



This will create an array - la_error - which will contain the error condition. Then you can see what is happening.


Good Luck
Ken Wardwell
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform