OpenDBX/C API/odbx column count

From Linuxnetworks
< OpenDBX‎ | C API
Revision as of 00:34, 25 November 2005 by Nose (Talk | contribs)

Jump to: navigation, search


unsigned long odbx_column_count(
    odbx_result_t* result )

Description:

Returns the number of columns of the current result set.

Parameters:

  • result: Object created by odbx_result()

Return values:

  • Number of fields returned by the last query

Errors:

  • None



Back to Overview