If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > ODBC, OLE DB, and ADO

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-24-05, 17:43
tsomarp tsomarp is offline
Registered User
 
Join Date: Feb 2005
Posts: 3
ODBC, OLE DB, and ADO

Hi, i'm evaluating diferent ways of connecting to db engines (db2, informix, etc), and AFAIK, the technologies, are:

1) Direct: the fastest method, but totally dependant on the db engine.
2) ODBC: generic. it can connect to any db engine that has an "odbc driver".
3) OLE DB: generic. a superset of ODBC, that can also connect to non SQL engines.
4) ADO: generic. a superset of OLE DB (wich encapsulates ODBC). Should be faster. It replaces OLE DB.

So, if all this is correct, can i use ODBC drivers, to connect by means of OLE DB and/or ADO? Any free Informix and DB2 drivers?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On