Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Insert command prompting for value
Message
From
07/06/2006 19:07:17
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
07/06/2006 18:56:38
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
01127719
Message ID:
01127721
Views:
14
>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
sqlEXEC1 = SQLEXEC(ras2Conn12, ;
 "INSERT INTO ras2_filing (filing_id, env_no) Values (?m.filingid, ?m.envno)" )
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform