|
Convert Null Values From a RecordSet into Strings -- Yet Another Method
| Version Compatibility: |
Visual Basic 5 Visual Basic 6
|
More information: When assigning string values from a recordset that can be null, append a zero-length string to them. This makes them no longer null, and doesn't modify correctly populated strings. This code has been viewed 75075 times. Instructions: Copy the declarations and code below and paste directly into your VB project. Declarations:
No Text Boxes
|