Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » UltraLite - C and C++ Programming » API Reference » UltraLite ODBC API reference

 

SQLRowCount function

Returns the number of rows affected by an INSERT, UPDATE, or DELETE operation, for UltraLite ODBC.

Syntax
UL_FN_SPEC SQLRETURN UL_FN_MOD SQLRowCount (
SQLHSTMT StatementHandle,
SQLLEN * RowCount );
Parameters
  • StatementHandle   A statement handle.

  • RowCount   A pointer to a buffer in which the number of rows is returned.