GetDatabaseString()

Syntax

Text$ = GetDatabaseString(Column)
Description
Return the content of the specified column as a string. 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 - InitDatabase() ->