VB 6.0 Persistent Recordset
When you establish connection with a database such as Microsoft Access or SQL through Visual basic 6 form. You must extract a set of records from one or more tables. These records are stored in a VB 6 object called a recordset. There are two ways to get recordset. ADODC ( ActiveX Object Data Control … Read more