Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Equivalent of .t. in sql
Message
 
 
To
12/08/2009 11:55:55
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01417595
Message ID:
01417607
Views:
60
>>>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")
>>
>>It should work for VFP ODBC driver. What backend database are you running against?
>
>sqlExpress 8.
>Chuck Mautz answer it
>thanks

MS SQL Server does not have logical data type. A bit is numeric data type. It works in this case because VFP maps the bit data type to VFP logical field.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform