Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy to and Copy memo
Message
From
07/09/2000 14:27:26
 
 
To
07/09/2000 14:16:28
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00412611
Message ID:
00413743
Views:
26
>>Thank you so much! I tried it and it bombed big time. :-)
>>
>>No fault of yours of course. The code does not account for NULL values. I went in the table that had the null fields and took them out. It all worked fine then.
>>
>>How would I account for NULL values in this code?
>SELECT ;
>  IIF(ISNULL(A.NullFld), "", A.NullFld) AS NoNulls, ;
>  ...
Actually, it'd probably be better to use NVL(), as inL

SELECT NVL(a.nullfield,''), ;
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform