Click here to Skip to main content
15,891,845 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

Right now iam developing one application that is using java and mainframes. the databse is residing at at mainframe server, if i want to access DB, first i need to login into mainframeserver from there i can able to access my db, iam using DB2. this is working fine.

NOW I WANT TO ACCESS MY db2 THRU JAVA, HOW CAN I DO THIS, PLZ HELP ME ON THIS
Posted
Comments
Sandeep Mewara 6-Jan-13 11:04am    
Tried anything so far?

The answer may depend on how the mainframe system is accessed. However, take a look at the JDBC interface[^] which may provide you with a solution.
 
Share this answer
 
 iam developing one application that is using java and mainframes


Please be aware that the name "mainframe" is taken. I suppose you are talking about JFrame components of your application.

I would suggest a decent RMI Connection[^] (Tutorial @ oracle.com). That is well documented and often used.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900