|
||||||||||
|
|
||||||||||
| Related Syntax | Other Library Functions | |||||||||
| function | SQLRowCount |
|
|
Library: omodbc - low-level ODBC support
Include: omodbc.xin |
Return type: Integer Returns: An SQL return code. The following values may be returned:
|
define external integer function SQLRowCount
( read-only SQL_handle_type StatementHandle,
modifiable integer RowCount )
Returns the number of rows affected by:
SQLBulkOperations
SQLSetPos
Input argument:
Output argument:
| ---- |