Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP9 and null values and NVL()
Message
De
24/07/2006 13:58:15
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
VFP9 and null values and NVL()
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01139317
Message ID:
01139317
Vues:
127
Is there anytime that a field which allows nulls would generate an error on the code:
IF myfield.myvalue  && is the value .t.?
The field value can be .T., .F., or null

It is never generating an error, but I have always had the code:
IF (NVL(myfield.myvalue,.F.))
and am wondering if the NVL() is guaranteed to not be necesssary? I have tested the speed difference
and even with over a million records the NVL() speed difference appears negligible. At onetime the
NVL() was added to all fields (all types char, date, log, etc) as a safety check more or less.

TIA,
Tracy
.·*´¨)
.·`TCH
(..·*

010000110101001101101000011000010111001001110000010011110111001001000010011101010111001101110100
"When the debate is lost, slander becomes the tool of the loser." - Socrates
Vita contingit, Vive cum eo. (Life Happens, Live With it.)
"Life is not measured by the number of breaths we take, but by the moments that take our breath away." -- author unknown
"De omnibus dubitandum"
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform