SQLRowCount (core level only)
SQLRowCount returns the number of rows affected by an UPDATE, INSERT, or DELETE statement or by an SQL_UPDATE, SQL_ADD, or SQL_DELETE operation in SQLSetPos.
The
following table describes the SQLSTATE and error values for SQLRowCount.
| SQLSTATE | Error value | Error message |
|---|---|---|
| 01000 | -11001 | General warning |
| S1000 | -11060 | General error |
| S1001 | -11061 | Memory-allocation failure |
| S1010 | -11067 | Function-sequence error |