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 and C++ Programming » API Reference » UltraLite C++ API reference » ULSqlcaBase class

 

GetSQLCount function

Gets the sql count variable (SQLCOUNT) for the last operation.

Syntax
an_sql_code ULSqlcaBase::GetSQLCount()
Returns

The number of rows affected by an INSERT, DELETE, or UPDATE operation. 0 if none are affected.