Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Return number of rows affected

Status
Not open for further replies.

mike777

Programmer
Jun 3, 2000
387
US
Hello all.
When you run a delete statement, update statement, etc., is there a way to return information on the number of rows affected by your statement?
Thank you.
-Mike
 
Depending on what you use: yes.

In Delphi, try the "RowsAffected" property.


Martijn Tonies
Database Workbench - the developer tool for InterBase, Firebird, MySQL & MS SQL Server
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top