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

SQL Anywhere 11.0.1 (中文) » UltraLite - C 及 C++ 编程 » API 参考 » UltraLite ODBC API 参考

 

SQLRowCount 函数

在 UltraLite ODBC 中,此函数用于返回受 INSERT、UPDATE 或 DELETE 操作影响的行数。

语法
UL_FN_SPEC SQLRETURN UL_FN_MOD SQLRowCount (
SQLHSTMT StatementHandle,
SQLLEN * RowCount );
参数
  • StatementHandle   语句句柄。

  • RowCount   指向返回行数的缓冲区的指针。