Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to use ? in variables for UPDATE/INSERT statements?
Message
De
26/06/2007 09:55:19
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
26/06/2007 09:51:19
Raza Malik
Universal Accounting Software
Edgewater, New Jersey, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 7
Divers
Thread ID:
01235643
Message ID:
01235647
Vues:
21
>Hello Everyone..
>
>Listed below is a sample code to update a table by using SQL passthrough statement.
>If someone keys in ? mark as part of the reference field, it causes a syntax error and program fails. Can someone guid me how to overcome this situation ?
>
>
>*-- Sample code
>cTemp.doc_numb = "0000212-00"
>cTemp.doc_refr = "Gadgets Size ? "
>
>lcSQL = "INSERT INTO cDetail (doc_numb, doc_refr) +;
> " VALUES(?cTemp.doc_numb, cTemp.doc_refr) "
>=ExecuteSQL(lcSQL)
>
>
>Thank you in advance...
>
>Raza Malik

Raza,
I think it's hidden in your ExecuteSQL() function. With SQLExec it'd be ?cTemp.doc_refr
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform