Determine if an ADO Field Value Could Evaluate to a String
Category:
DatabaseType:
SnippetsDifficulty:
BeginningAuthor:
Intelligent Solutions Inc.Version Compatibility:
More information:
This function takes and ADO field object as a parameter and determines if it's value could be converted to a VB string variable. It is useful for things like checking the field before doing an equality test or writing its value to a text file.
Instructions: Copy the declarations and code below and paste directly into your VB project.
Declarations: