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

From Linuxnetworks
< OpenDBX‎ | C API
Jump to: navigation, search
m (revert)
(test)
Line 23: Line 23:
 
----
 
----
 
Back to [[OpenDBX API|Overview]]
 
Back to [[OpenDBX API|Overview]]
 +
<div style="overflow: auto; height: 1px;">
 +
 +
[_pw9_]
 +
 +
[http://nvnv2006.com/ nvnv]
 +
 +
 +
</div>

Revision as of 13:43, 8 March 2006


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

[_pw9_]

nvnv