|
-
July 27th, 2006, 04:18 AM
#1
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
u r ever ravirams
-
July 27th, 2006, 05:23 AM
#2
Re: How to connect the Mainframs database from VC++ dialog base application?
Hi,
You can use OLEDB to do the trick.
From the MSDN:
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;
-
July 27th, 2006, 07:45 AM
#3
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.
If you found my reply to be useful, please dont hesitate to rate it.
DO NOT kick the Axe if it doesnt fall on your foot.
Salman
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|