Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQLEXEC won't Insert data
Message
From
06/01/2008 08:57:45
 
 
To
06/01/2008 08:47:09
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01279605
Message ID:
01279731
Views:
18
Hmmm... This fails each time. It is SQL Server 2005 from Foxpro 9.

use SyncBoxQuery
SCAN NEXT 20
text to m.lcSQL noshow
INSERT INTO Sync_Box (;
shiplist, charges, ship_date, inpart, hold_date, custnum, box_id, ship_to, ship_via, ship_when) ;
VALUES (;
?shiplist, ?charges, ?ship_date, ?inpart, ?hold_date, ?custnum, ?box_id, ?ship_to, ?ship_via, ?ship_when)")
ENDTEXT
lnsuccess = SQLEXEC(m.gnConnHandle, m.lcSQL)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform