Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Passthrough
Message
 
 
To
01/12/2001 08:10:20
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00588376
Message ID:
00588380
Views:
14
>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--
Previous
Reply
Map
View

Click here to load this message in the networking platform