Forum Moderators: open
In ASP I can get the RecordCount property of the object to tell me how many records I've pulled with a Select query.
Is there a way to get the "updated record count" or "deleted record count" if I do a mass update or delete from ASP?