What is Recordset in VB?
What is Recordset in VB? A Recordset object represents the records in a base table or the records that result from running a query. How do I record records in Adodb Recordset? (1) Use Execute method of the Connection object – RecordCount returns -1. The Execute method returns a recordset with forward only cursor type. […]