Product Documentation

FairCom Direct SQL for C and C++

Previous Topic

Next Topic

ctsqlAffectedRows

Returns the number of rows affected by command.

Declaration

INTEGER ctsqlAffectedRows(pCTSQLCMD hCmd)

Description

ctsqlAffectedRows() returns the number of rows affected by command.

  • hCmd the command handle.

Return

ctsqlAffectedRows() returns the number of affected rows.

See Also

TOCIndex