GetDatabaseDouble()

Syntax

Result.d = GetDatabaseDouble(#Database, Column)
Description
Returns the content of the specified database column as a double precision floating-point number. 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 a double precision floating-point value.

See Also

GetDatabaseBlob(), GetDatabaseFloat(), GetDatabaseLong(), GetDatabaseString(), GetDatabaseQuad()

Supported OS

All

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