Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SqlExec() syntax
Message
 
 
To
27/10/2005 15:30:59
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows 2000 SP4
Database:
MS SQL Server
Miscellaneous
Thread ID:
01062739
Message ID:
01062754
Views:
14
From BOL:

bit
Integer data type 1, 0, or NULL.


>I would say the bit type is a logical data type in SQL Server. Only possible values of 0 or 1.
>
>>The datetime fields cannot be empty in SQL Server. Usually NULLs are used instead in which case IS NULL operator cabn be used.
>>There're no logical data type in SQL Server. You can use any integer field instead.
>>
IF someDateField IS NULL
>>...
>>IF someLogicalField = 0
>>
>>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform