@Darsi, Sanjay Kumar - Please take a look at the Database Support, MFC Application Wizard in Visual Studio. It will guide you through creating the necessary database support.
If you select ODBC under Client type, then the application's view class derives from CRecordView. This class is associated with a CRecordset-derived class, which the MFC Application Wizard also creates for you. This option gives you a form-based application in which the record view is used to view and update records through its recordset.
Please use comments below to ask any additional questions. ~Mike