Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

ADO Data Bound Class Wizard

0.00/5 (No votes)
27 Sep 2000 1  
ADO Data Bound Class Wizard

Sample Image - wizdlg.jpg

Introduction

If you need a descendent class of CADORecordBinding to bind the member variables to columns in the database table, ADO Data Bound Class Wizard is a good program for you.

The ADO Data Bound Class Wizard is a Visual C++ program that guide you through the process of creating a CADORecordBinding derived class.

How to Use ADO Data Bound Class Wizard

  1. Enter your class name and an include (.h) file name
  2. If you wish, click on change button to specify where you want your file to be generated. The default directory is the same as the program (.exe) file.
  3. Click on Next button to setup connection information. On the Provider tab of the Data Link Properties dialog box, select an OLE DB provider, then specify connection properties on the Connection tab for the selected provider. Depending on your provider, other properties may need to be specified to establish a connection.

    NOTE: For more information about the Data Link Properties dialog box, press F1 from within the dialog box.

  4. Click on Next button and select the table you want to bind.
  5. Click on Finish button to generate your class.

How to Use CADORecordBinding Derived Class

Click here for MSDN Examples

The program has been tested with Microsoft Access and SQL Server 6.5 databases.

History

  • 21st September, 2000 - Updated download files

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here