Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

ASP.NET Forum


You are currently viewing our ASP.NET Forum as a guest. Please register to participate.
Login



Reply
Old 11-16-2005, 09:55 AM invalid use of null
numbenator's Avatar
Webmaster Talker

Posts: 516
Location: London
Trades: 0
Hi,
I have a field in a table that is returning null

When i pass this null variable to a function which obviously expects something, i get an error.
How can i check null in my variable and replace it with a value ""
__________________

Please login or register to view this content. Registration is FREE
numbenator is offline
Reply With Quote
View Public Profile Visit numbenator's homepage!
 
 
Register now for full access!
Old 11-16-2005, 11:57 AM
ExpressoDan's Avatar
Ultra Talker

Posts: 317
Name: This Space for Rent
Location: Georgia
Trades: 0
Is the recordset returning the literal term "null" or is it just empty?

Before your function you can perform a check for the literal "null"
If recordset("source")="Null" Then
variable=""
End If

This might help to. The isNull function returns True or False if the source is null or empty. Im not real clear on the details. At any rate, this site is a good resource.
http://www.w3schools.com/vbscript/func_isnull.asp
__________________

Please login or register to view this content. Registration is FREE

"I think therefore I am, I think." <!-- George Carlin
ExpressoDan is offline
Reply With Quote
View Public Profile Visit ExpressoDan's homepage!
 
Reply     « Reply to invalid use of null
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.57625 seconds with 12 queries