Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Insert command prompting for value
Message
From
08/06/2006 10:47:44
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
 
 
To
08/06/2006 08:56:40
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01127719
Message ID:
01127835
Views:
9
>The code that Cetin used is the same that I used.
SQLEXEC(ras2Conn12, "INSERT INTO ras2_filing (filing_id, env_no, Values (?m.filingid, ?m.envno,)")
SQLEXEC(ras2Conn12, "INSERT INTO ras2_filing (filing_id, env_no) Values (?m.filingid, ?m.envno)")
You are missing a close paren - you have a comma where it belongs, and of course the extra comma at the end.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform