Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Logical field?
Message
 
 
To
24/02/2003 16:02:28
Mike Yearwood
Toronto, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00757215
Message ID:
00757226
Views:
14
>Hi All
>
>Please tell me how to get SQL Server to send back a logical value?
>
>something like this...
>
>lcSPT = "SELECT .T. as logicalfield FROM SQLSERVERTABLE"
>=sqlexec(lnConn,lcSPT)

Mike,

Try
lcSPT = [SELECT CAST(1 AS bit) as logicalfield ]
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform