How to connect the Mainframs database from VC++ dialog base application?
I am developed a dialog base application, and i am having a mainframe server, then how to connect with my dialog base application to Mainframe server, for retrieving and sending data.
kindly help my.
Thanking you :wave: :wave:
u r ever ravirams
Re: How to connect the Mainframs database from VC++ dialog base application?
Hi,
You can use OLEDB to do the trick.
From the MSDN:
Quote:
OLE DB is an open standard for accessing all kinds of data — both relational and non-relational data including: mainframe ISAM/VSAM and hierarchical databases;
Re: How to connect the Mainframs database from VC++ dialog base application?
Make an ODBC connection to ur data base, from the control panel.
Now in VC ur project,
Press Ctrl + W.
Insert a class, that is derived from CRecordset.
Follow the steps.
enjoy ur self.
:wave: