Database Toolbox |
Detect if last record read in resultset was NULL
Syntax
Description
a = isnullcolumn(rset)
returns 1
if the last record read in the resultset rset
, was NULL
, and returns 0
otherwise.
Example 1--Result Is Not NULL
indicating that the last record of data retrieved was not NULL
. To verify this, type
Example 2--Result Is NULL
indicating that the last record of data retrieved was NULL
. To verify this, type
isjdbc | isreadonly |
© 1994-2005 The MathWorks, Inc.