Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Boolean and MySQL
Message
De
04/11/2004 05:09:19
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
 
À
04/11/2004 03:19:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00957978
Message ID:
00957993
Vues:
14
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform