GetDatabaseString()

Syntax

Text$ = GetDatabaseString(#Database, Column)
Description
Returns the content of the specified #Database column as a string. This command is only valid after a successful FirstDatabaseRow() or NextDatabaseRow().

Parameters

#Database The database to use.
Column The column to use. DatabaseColumnIndex() is available to get the index of a named column.

Return value

Returns the content of the column as a string.

See Also

GetDatabaseBlob(), GetDatabaseDouble(), GetDatabaseFloat(), GetDatabaseLong(), GetDatabaseQuad()

Supported OS

All

<- GetDatabaseQuad() - Database Index - IsDatabase() ->