Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Command contains unrecognized phrase/keywords
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00928191
Message ID:
00928232
Vues:
28
I would try:
 = SQLSETPROP(lnConnHandle, 'Transactions', 2)  && Manual transactions
= SQLEXEC(lnConnHandle, "INSERT INTO CUSTOMER (Customer_id, Barcode...); 
	   	 VALUES (?m.nTOTCUST, ?m.cBarcode...)")
= SQLDISCONNECT(lnConnHandle)
Other way is to remove inserted fields one by one to find which caused the problem.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform