Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to check table field type!?
Message
De
01/05/2000 16:53:09
 
 
À
29/04/2000 00:20:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00364734
Message ID:
00364902
Vues:
14
>but when i use TYPE() to check the data type of the field , it return "U"
>My code:
>ret = TYPE(table.field)

That table has to be open when you do this, and you have to enclose the field in quotes:

ret = TYPE("table.field")
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform