Concept Framework 2.0 documentation Contents | Index

standard.db.sql.ODBCColumnGet

Name Version Deprecated
ODBCColumnGet version 1.0 no

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.

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

Documented by Eduard Suica, generation time: Fri Jan 21 18:06:22 2011 GMT(c)2011 RadGs Software