Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Server Data type
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00604595
Message ID:
00604620
Views:
18
This message has been marked as the solution to the initial question of the thread.
>I'm slowly moving some data from VFP tables to SQL Server tables. The table I'm working on at the moment, has a logical field in it. How do I represent a logical in SQL Server? I assume I will need to do a DBSETPROP on the view field and change it's datatype to logical. Hope that makes sense.
>

Red,
In SQL Server, use the Bit field. You won't need to do anything. The ODBC driver will convert logical to bit and back again.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform