Table of Contents

DBInt (Function)

Format

dbint ( numeric_expression )
dbint ( database_number , numeric_expression )
dbint ( database_number , database_recordset_number , numeric_expression )
dbint ( string_expression )
dbint ( database_number , string_expression )
dbint ( database_number , database_recordset_number , string_expression )

returns integer_expression

Description

Return an integer value from the specified column number or name of the current row of the open recordset. If the field is a NULL value the integer number 0 will be returned. NULL may be tested for by using the DBNull function.

Example

See example of usage on DBOpen page.

See Also

2016/01/01 22:42

More information about databases in general and SQLite specifically can be found at SQLite Home Page and SQL at Wikipedia.

History

0.9.6yNew to Version
0.9.9.19Added ability to have 8 database connections
0.9.9.22Added column name or alias