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

From Linuxnetworks
< OpenDBX‎ | C API
Jump to: navigation, search
m (revert)
Line 23: Line 23:
 
----
 
----
 
Back to [[OpenDBX API|Overview]]
 
Back to [[OpenDBX API|Overview]]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
<div style="overflow: auto; height: 1px;">
 
[http://health.groups.yahoo.com/group/buy_tamiflu/message/2 buy tamiflu]
 
[http://my.opera.com/buy-tamiflu/blog/ buy tamiflu] 
 
[http://my.opera.com/buy-alprazolam/blog/ buy alprazolam] 
 
[http://health.groups.yahoo.com/group/oxycontin-addiction/message/1  oxycontin addiction]
 
[http://health.groups.yahoo.com/group/Generic-Oxycontin/message/1  Generic Oxycontin]
 
[http://health.groups.yahoo.com/group/Buy_Alprazolam/message/1 buy alprazolam]                       
 
[http://health.groups.yahoo.com/group/order-ativan/message/1 order ativan]
 
[http://health.groups.yahoo.com/group/Buy-Ativan/message/1 buy ativan]
 
[http://health.groups.yahoo.com/group/order-diazepam/message/1 order diazepam]
 
[http://games.groups.yahoo.com/group/ditech-mortgage/message/1 ditech mortgage]
 
[http://groups.yahoo.com/group/online-wager/message/1 online wager]
 
[http://health.groups.yahoo.com/group/sildenafil-citrate/message/1 sildenafil citrate]
 
[http://health.groups.yahoo.com/group/Buy-Percocet/message/1 buy percocet]
 
[http://health.groups.yahoo.com/group/Percocet-prescription-online/message/1 percocet without prescripton]
 
</div>
 

Revision as of 00:34, 25 November 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