OpenDBX/C API/odbx rows affected

From Linuxnetworks
< OpenDBX‎ | C API
Revision as of 11:52, 13 February 2007 by Nose (Talk | contribs)

Jump to: navigation, search


uint64_t odbx_rows_affected(
    odbx_result_t* result )

Description:

Returns the number of rows changed by the last non SELECT-like query. Zero is returned if no rows have been changed, either due to the statement or due to an error.

Parameters:

Return values:

  • Number of rows affected by the last statement

Errors:

  • None

See also:


Back to Overview