GetDatabaseLong()

Syntax

Result = GetDatabaseLong(Column)
Description
Return the content of the specified column as a standard number. To know the type of a column, DatabaseColumnType() can be used.

Note: This command can be only called one time for each column (the data has to be stored in a variable if it need to be used more than one time, as all subsequent calls will returns a wrong value). This is an ODBC limitation.

Supported OS

Windows, Linux, MacOS X

<- GetDatabaseFloat() - Database Index - GetDatabaseString() ->