LOTUS CONNECTORS
Indicates whether a column value is a null data value.
Defined in
ODBCResultSet
Syntax
flag% = odbcResultSet.IsValueNull( column_id% )
or
flag% = odbcResultSet.IsValueNull(column_Name$ )
Parameters
column_id%
Field ID is out of range (DBstsINVC)
Example See Also