RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBSQL.RowsAffected Property

Returns the number of rows affected.

Pascal
property RowsAffected: Integer;
C++
__property int RowsAffected;

Use the RowsAffected property to return the number of rows affected by the query. This property is useful for INSERT, DELETE, and UPDATE statements. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!