Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Passthrough
Message
 
 
À
01/12/2001 08:10:20
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00588376
Message ID:
00588380
Vues:
15
>Anyone got an idea on how to send .T. as a variable in an Insert statement for SQL PassThrough?
Try
...
llLogicalValue = .T.
lcSql = lcSql +  [ VALUES( ] + TRANSFORM(llLogicalValue) + [,] + ...
* or using parameters
lcSql = lcSql +  [ VALUES( ?llLogicalValue ,] + ...
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform