Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Boolean and MySQL
Message
From
04/11/2004 05:09:19
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
 
To
04/11/2004 03:19:32
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00957978
Message ID:
00957993
Views:
12
Use bit type as said Borislav. VFP convert it ".t." or ".f." .

but if you want to use it directly a select command without use parameter you have to use 1 and 0 like that:

select * from mytable where my_bit_field=1 &&---- .t.

select * from mytable where my_bit_field=0 &&---- .f.

in vfp side you will see my_bit_field as a logical field.
Previous
Reply
Map
View

Click here to load this message in the networking platform