Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can you insert blank fields in btrieve database?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00362217
Message ID:
00362221
Vues:
14
>We are trying to insert blank fields rather than null values into a btrieve database. When we use an INSERT SQL statement and set the field = " " it still inserts a NULL value into the field. Any way to make the field blank rather than null? We have tried setting a variable = " " and then inserting the variable into the field and this didn't work either.
>
>Another accounting application is using the btrieve application, and it is bombing on the NULL fields.
>
>Thanks,
>Doug

Use NVL( ) to remove null values from calculations or operations where null values are not supported or are not relevant.

Look in the Help on NVL as I think you can use it in your SQL.
Bret Hobbs

"We'd have been called juvenile delinquents only our neighborhood couldn't afford a sociologist." Bob Hope
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform