Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Take nulls out of every field of a cursor
Message
De
12/09/2003 21:21:00
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00828575
Message ID:
00828715
Vues:
15
Chris,

If you are building your cursor with a SELECT statement, just have your field in the form of:
NVL(FieldName, '') if it is character data, NVL(FieldName, 0) if it is numeric etc., and you won't have to worry about Nulls.

David
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform