User Tools

Site Tools


en:dbnull

This is an old revision of the document!


DBNull (Function)

Format

dbnull ( numeric_expression )
dbnull ( database_number , numeric_expression )
dbnull ( database_number , recordset_number , numeric_expression )
dbnull ( string_expr )
dbnull ( database_number , string_expr )
dbnull ( database_number , recordset_number , string_expr )

returns boolean_expression ==== Description ==== Return a true if the specified column number or name of the current row of the open recordset is a NULL vale. If the field contains a value a false will be returned. ==== Example ==== See example of usage on DBOpen page. ==== See Also ====

==== External Links ==== More information about databases in general and SQLite specifically can be found at SQLite Home Page and SQL at Wikipedia. ==== History ==== |0.9.9.23|New to Version|

en/dbnull.1471026282.txt.gz · Last modified: 2020/02/28 10:46 (external edit)