且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何连接到大型机服务器t huru java

更新时间:2022-10-21 20:23:50

答案可能取决于如何访问大型机系统。但是,请查看 JDBC界面 [ ^ ]可以为您提供解决方案。


 开发一个使用java和大型机的应用程序 





请注意,名称为大型机。我想你正在谈论你的应用程序的JFrame组件。



我会建议一个像样的 RMI连接 [ ^ ](教程@ oracle.com)。这是有据可查的,经常使用。


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

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.


 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.