RecordSet object. set rs = conn.execute(sqlStmt) set rs = conn.execute(sqlStmt, nofRecords) set rs = conn.execute(sqlStmt, nofRecords, options)
nofRecords) is assigned the number of records that was affected by the SQL statement. command object allows to create a parametrized SQL statement that can be used multiple times, each time using a different set of values for the parameters.