ADO File Locations

ADO and SQL Server

ADO and SQL Server

ADO File Locations

All required ADO components are installed as part of either a Microsoft® SQL Server™ 2000 server or client installation. You can develop ADO applications on either a client or a server.

ADO sample applications, which provide additional reference material for ADO application development, are included with SQL Server 2000. The ADO DLLs are installed automatically as part of SQL Server Setup in the C:\Program Files\Common Files\System\ADO directory.

Directory File Description
C:\Program Files\Common Files\System\ADO ALL Files implementing ADO objects.
C:\Program Files\Common Files\System\OLE DB Sqloledb.dll Dynamic-link library that implements the SQLOLEDB provider.
C:\Program Files\Microsoft SQL Server\80\Tools\Devtools\Include Sqloledb.h C/C++ header file used for developing SQLOLEDB consumers.
C:\Program Files\Common Files\System\OLE DB Sqloledb.rll SQLOLEDB resource file for developing Microsoft Visual Basic® applications.
C:\Program Files\Common Files\System\OLE DB Msdasql.dll Dynamic-link library that implements the MSDASQL provider.
C:\Program Files\Microsoft SQL Server\80\Tools\Devtools\Include Msdasql.h C/C++ header file used for developing MSDASQL consumers.
C:\Program Files\Microsoft SQL Server\80\Tools\Devtools\Samples\Ado ALL Sample applications that illustrate the use of ADO.

See Also

Overview of Installing SQL Server 2000