Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Command contains unrecognized phrase/keywords
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00928191
Message ID:
00928232
Views:
27
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform