Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Insert command prompting for value
Message
From
07/06/2006 18:56:38
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
SQL Insert command prompting for value
Miscellaneous
Thread ID:
01127719
Message ID:
01127719
Views:
53
When I run the following code, it prompts me for the values for the filingid and
envno. How can I avoid this?

m.filingid = v_doc_lines.filing_id
m.envno = v_doc_lines.env_no

sqlEXEC1 = SQLEXEC(ras2Conn12, "INSERT INTO ras2_filing (filing_id, env_no, ;
Values(?m.filingid, ?m.envno,)")

Thanks
Jerry
Next
Reply
Map
View

Click here to load this message in the networking platform