Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Insert command prompting for value
Message
De
07/06/2006 19:07:17
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
07/06/2006 18:56:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01127719
Message ID:
01127721
Vues:
10
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform