Difference between revisions of "OpenDBX/C API/odbx column count"

From Linuxnetworks
< OpenDBX‎ | C API
Jump to: navigation, search
 
(Description:)
Line 6: Line 6:
 
= Description: =
 
= Description: =
  
Returns the number of fields in the current result set.  
+
Returns the number of columns of the current result set.
  
 
= Parameters: =
 
= Parameters: =

Revision as of 20:26, 1 October 2005


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