This document discusses how to connect to an Oracle database from Visual Basic 6 using ADO objects rather than an ADO data control. It explains how to declare ADO connection, recordset and command objects, open a connection to the database, execute a SQL query to populate the recordset, and set the recordset as the data source for a data grid control to display the results, allowing retrieval and display of data from Oracle without using the ADO data control.