To use the ADODB connection you need add Microsoft ActiveX Data Objects reference. Go to the Visual basic Editor (Press Alt+F11) Go to Tools References Microsoft ActiveX Data Objects 2.8 Library; Add Reference. No you can define ADODB.Connection and ADODB.Recordset variable in your procedure or function. Open the VB 6 project, remove the reference of Microsoft ActiveX Data Objects 2.8 Library, and add the reference to msado60Backcompati386.tlb (Microsoft ActiveX Data Objects 6.0 BackCompat Library) 3. Full compile the project. Please don’t check in the vbp file if you are on a team. NAME='Microsoft ActiveX Data Objects 2.8 Library' UUID='2A75196C-D9EB-4129-B803-931327F72D5C' note it has a different UUID. Share improve this answer follow answered Aug 3 '09 at 13:08. Mjjames mjjames. 151 6 6 bronze badges. Add a comment Your Answer.
8 posts views Thread by AnalogKid last post: by |
3 posts views Thread by Darren Harvey last post: by |
4 posts views Thread by Dave Lauberts last post: by |
reply views Thread by Brad last post: by |
4 posts views Thread by JMCN last post: by |
8 posts views Thread by Richy last post: by |
14 posts views Thread by tshad last post: by |
1 post views Thread by richhemmings last post: by |
3 posts views Thread by =?Utf-8?B?R3JlZyBN?= last post: by |
6 posts views Thread by Otekpo Emmanuel last post: by |
reply views Thread by SwissProgrammer last post: by |
2 posts views Thread by SwissProgrammer last post: by |
3 posts views Thread by SwissProgrammer last post: by |
1 post views Thread by ayan6174877 last post: by |
8 posts views Thread by Neruda last post: by |
1 post views Thread by prafulmore last post: by |
reply views Thread by AETH3Rrr last post: by |
2 posts views Thread by jackjee last post: by |
Microsoft Data Access Components (MDAC) include three technologies for accessing data: ActiveX Data Objects (ADO), OLE DB, and Open Database Connectivity (ODBC).
Microsoft OLE DB is a set of COM interfaces that expose data from a variety of data sources including a bridge to ODBC to enable continued support for the broad range of ODBC database drivers.
ADO is an interface to OLE DB. It provides access to a variety of database systems and data structures through the OLE DB data provider. Visionapp network level authentication.
MDAC ships with the Windows operating system. /ddi-utilities-spyware-serial-key.html. Applications that use ADO can make use of the default version of ADO on the target Windows system. The following is a list of the default ADO versions that ship with Windows:
Windows | ADO |
Windows 98 | ADO 2.1 |
Windows ME | ADO 2.5 |
Windows 2000 | ADO 2.5 |
Windows XP | ADO 2.7 |
Windows 2003 Server | ADO 2.8 |
Visit http://msdn.microsoft.com/data/ for more information about ADO and MDAC downloads.