Is the a recordsaffected property available in ADO?

From: John Acocella (anonymous_at_discussions.microsoft.com)
Date: 03/25/04


Date: Thu, 25 Mar 2004 12:26:09 -0800

After I used the Execute method of the DAO connection property, I could use the RecordsAffected property of the DAO connection object to figure out how many records were updated. I don't see this property in ADO. Is there a way to figure out the number of records modified in ADO?