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

SQL Anywhere 11.0.0 » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API Reference » ULSqlcaBase class

 

GetSQLCount function

Synopsis
an_sql_code ULSqlcaBase::GetSQLCount()
Remarks

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

Returns

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