In order to work with an ODBC source, a result set must be created. How is this done?
Answer(s)
- Use the Execute method on the ODBCResultSet object only.
- Use the ODBCQuery object to define the query and connection.
Use the ODBCResultSet object, Execute method to generate the ODBC data in memory.
- Use the ODBCConnection object, Connectoo method to establish the connection.
Use the ODBCQuery object to define the query and connection.
Use the ODBCResultSet object, Execute method to generate the ODBC data in memory.
- Use the ODBCConnection object, Connection property to establish the connection.
Use the ODBCQuery object to define the query and connection.
Use the ODBCResultSet object, Execute method to generate the ODBC data in memory.
Correct Answer
Use the ODBCConnection object, Connectoo method to establish the connection.
Use the ODBCQuery object to define the query and connection.
Use the ODBCResultSet object, Execute method to generate the ODBC data in memory.