Using Microsoft® Visual C++® with ADO allows you to write data access applications for Microsoft SQL Server™ 2000. When developing a SQL Server application, you can:
Visual Studio version 6.0 includes the ADO Data Control and other databound controls that you can use to design Microsoft Win32® applications that use ADO.
The Component Gallery contains the ADO Data Bound Dialog Wizard, which guides you through the process of creating a Microsoft Foundation Class Library (MFC) data bound dialog box with ADO. The controls of the dialog box bind to the fields of a recordset. Using the wizard, you can automatically generate all of the resources, classes, and Component Object Model (COM) initialization code necessary to build a data bound dialog box and add it to your project.
For more information about using Visual C++ with ADO, see the MSDN Library at Microsoft Web site.