[AccessD] RecordsAffected Property

Susan Harkins ssharkins at bellsouth.net
Wed Dec 1 09:04:14 CST 2004


Karen -- I'm looking for a similar property for the Command object, but
thanks! I was trying to avoid the Connection object. 

Susan  H. 

For a Recordset-returning Command:

Set recordset = command.Execute( RecordsAffected, Parameters, Options ) For
a non-recordset-returning Command:

command.Execute RecordsAffected, Parameters, Options




More information about the AccessD mailing list