Home | Overview | How Do I | FAQ | Sample | Tutorial | ODBC Driver List
ODBC Administrator registers and configures the data sources available to you either locally or across a network. ClassWizard uses information supplied by ODBC Administrator to create code in your applications that connects your users to data sources.
Note This information applies to ODBC data sources set up for use with either the MFC ODBC classes or the MFC Data Access Object (DAO) classes. To use an ODBC data source, you must first register and configure it.
You must use ODBC Administrator to add and remove data sources. Depending on the ODBC driver, you can also create new data sources.
During Setup, you select the ODBC drivers you want to install. You can later install additional drivers that ship with Visual C++ using the Visual C++ Setup program.
Note ODBC Administrator is installed during Setup. If you chose Custom Installation and did not select any ODBC drivers in the “Database Options” dialog box, you need to run Setup again to install the necessary files.
If you want to install ODBC drivers that do not ship with Visual C++, you must run the setup program that accompanies the driver.
To install ODBC drivers that ship with Visual C++
Note This procedure assumes that you have already installed VC++ and are rerunning Setup to add the ODBC drivers that ship with VC++.
This displays the opening dialog box in the Setup program.
This displays the Microsoft ODBC Drivers dialog box.
Once the drivers are installed, you can configure the data source using the ODBC Administrator. You will find the ODBC icon in the Control Panel. For information about configuring a data source with ODBC Administrator, see the ODBC SDK Programmer’s Reference on the MSDN Library CD.
See Also Data Source (ODBC)