Main Article    Much ADO About Nothing
DOWNLOAD THE CODE:
Download the Code 37569.zip

You can avoid returning NULL values from your queries by using the IsNULL() function in your T-SQL query or stored procedure, as the code in Listing A shows. This way, if a column contains a NULL, the server substitutes either a string or another specified value (the data types must match). In Listing A's code, for example, I return -1 as a substitute for any NULLs encountered in the Year_Born column data.

End of Article




You must log on before posting a comment.

If you don't have a username & password, please register now.