Don't have an Account ? Register
Tutorial 5 - Database Programming using VC++ and ADO
 

In this tutorial, Database programming using VC++ and ActiveX Data Object (ADO) is explained using an example "Student Database". The Student Database program is basically an SDI Application. The program uses MS Access as the back end. A basic understanding of Structured Query Language (SQL) is assumed. After going through this video, the student is advised to complete the whole program of Student Database (Assignment 4).  The program uses two reusable class (CRecordset and CConnection) developed by KTS InfoTech for connecting to MS Access database using ADO. The reader is advised to be familiar with the methods provided by this class. You can reuse these classes in your applications subjected to the license agreement


What is ADO? : ADO acts as a middle man between the Front end GUI and the backend database. ADO (ActiveX Data Objects) is a COM component that provides Automation compatible (Scriptable ) interfaces used by high level programming languages to access data, normally using OLE DB providers. 


For more information about ADO, refer MSDN. 

Main Features
» Easy to learn VC++.

» Tutorials with source & video.

» All VC++ concepts in detail.

» Can master within 9 hours.

» Become confident in VC++ applications.

» Cost effective.
Video Preview