DOC: IsFieldNull() Does Not Accept NULL (173423)
The information in this article applies to:
- Microsoft Visual C++, 32-bit Enterprise Edition 4.2
- Microsoft Visual C++, 32-bit Enterprise Edition 5.0
This article was previously published under Q173423 SUMMARY
The documentation for Visual C++ states the following about the argument
for CRecordset::IsFieldNull():
pv A pointer to the field data member whose status you want to check,
or NULL to determine if any of the fields are Null.
According to the documentation, you should be able to pass in NULL to
determine if any of the fields are null.
Beginning with Visual C++ version 4.2, this is not correct. Passing a value
of NULL will cause an exception to be thrown.
Modification Type: | Major | Last Reviewed: | 10/17/2003 |
---|
Keywords: | kbbug kbdocerr KB173423 |
---|
|