IBX.IBQuery.TIBQuery.RowsAffected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property RowsAffected: Integer read GetRowsAffected;

C++

__property int RowsAffected = {read=GetRowsAffected, nodefault};

Properties

Type Visibility Source Unit Parent
property public
IBX.IBQuery.pas
IBX.IBQuery.hpp
IBX.IBQuery TIBQuery

Description

Returns the number of rows operated upon by the latest query execution.

Check RowsAffected to determine how many rows were updated or deleted by the last query operation. If RowsAffected is -1, the query did not update or delete any rows.