Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.04 KB

referencing-the-ado-libraries.md

File metadata and controls

22 lines (19 loc) · 1.04 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
Referencing the ADO Libraries
Referencing the ADO Libraries
rothja
jroth
01/19/2017
sql
ado
conceptual
libraries [ADO]
referencing libraries [ADO]
ADO, libraries

Referencing the ADO Libraries

The latest version of ADO is packaged as msado15.dll. The latest versions of ADO MD and ADOX are packaged as msadom.dll and msadox.dll, respectively. These libraries are installed by default in $installDir, where $installDir stands for the path of the directory in which the ADO library has been installed on your computer. To use the ADO libraries in your application, you must reference them explicitly in the application project.

The following are steps that you can take to reference the ADO libraries: