0 pts.
 VB and ODBC
connecting to a database by ADO through ODBC, are the queries Pass-through or ODBC Direct?

Software/Hardware used:
ASKED: May 26, 2004  10:05 PM
UPDATED: May 27, 2004  6:33 AM

Answer Wiki:
Hi Carbon, They can be either depending on how you do it. Pass Through queries [harking back to MS Access] are where code is executed directly against the database using for example a Connection object to execute SQL strings. Direct access is when you work with an ADO recordset that you instantiate, manipulate and send back to the database [If required]. Hope this helps/makes sense :) M
Last Wiki Answer Submitted:  May 27, 2004  6:33 am  by  Mattaux   0 pts.
All Answer Wiki Contributors:  Mattaux   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _