Convert Null Values into Strings -- Alternative Method
Category:
String ManipulationType:
SnippetsDifficulty:
BeginningAuthor:
Andrew Ells-O'BrienVersion Compatibility: Visual Basic 6
More information:
This function is useful for avoiding the invalid use of null error when reading values for a database resultset.
This function eliminates the need for "On Error Resume Next" code.
Instructions: Copy the declarations and code below and paste directly into your VB project.
Declarations: