Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Equivalent of .t. in sql
Message
From
12/08/2009 11:50:00
 
 
To
12/08/2009 11:43:38
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01417595
Message ID:
01417604
Views:
53
>>What is the equivalent of :
>>select .f. as f_logic, af1, af2 from myTable
>>
>>in sqlexce
>>
>>sqlexec(nhandle," select .f. as f_logic, af1, af2 from myTable ", "ccur")
>
>=sqlexec(nhandle," select .CAST(0 as bit) as f_logic, af1, af2 from myTable ", "ccur")

It works.
Thanks
Previous
Reply
Map
View

Click here to load this message in the networking platform