Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Server returns .NULL. fields
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01045428
Message ID:
01045445
Vues:
21
Russell,

In your SQL SELECT statements in the back-end, you can use the ISNULL function to return an alternate value if a column is NULL. For instance.
SELECT ISNULL(LastName,'') AS LastName, SELECT ISNULL(CustomerType,0) AS CustomerType, etc.
Let me know if that helps.

Kevin
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform