GetDatabaseQuad()

Syntax

Result.q = GetDatabaseQuad(#Database, Column)
Description
Return the content of the specified #Database column as a quad number. 'Column is starting from 0 for the first field. 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

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