standard.db.sql.ODBCColumnGet

ODBCColumnGet is available since version 1.0.

Prototype:

string ODBCColumnGet(number column_index, number statement)

Parameters

column_index
[in] the index of the needed column
statement
[in] the statement handle (or result set) as returned by ODBCStatement, ODBCListTables, ODBCListColumns, ODBCListTypes or ODBCExecuteQuery

Description:

Get the data on the given column index on the current record.

Return value:

Return the data (as a string) in the column described by column_index in the current record in the given result set.