Search:

Type: Posts; User: dinesh5499

Search: Search took 0.20 seconds.

  1. Replies
    11
    Views
    1,332

    Re: Connection mainframe server from java.

    Jdbc connectivity,

    we use conn = DriverManager.getConnection("jdbc:oracle:thin:system/dinesh5499@localhost:1521/XE", "system", "dinesh5499"); to connect to the oracle database.

    I understand,...
  2. Replies
    11
    Views
    1,332

    Re: Connection mainframe server from java.

    I need the java coding to connect mainframe system. I have to take data from mainframe and display in the front end. Do I need to use any webservice?
  3. Replies
    11
    Views
    1,332

    Re: Connection mainframe server from java.

    Yes Norm.. Its using standard protocol HTTP.
  4. Replies
    11
    Views
    1,332

    Re: Connection mainframe server from java.

    I have to access the CICS in mainframe. TCP/IP protocols.
  5. Replies
    11
    Views
    1,332

    Re: Connection mainframe server from java.

    Thanks for your reply Norm. I would like to read a file from mainframe system. As you know that we are using jdbc driver "connection =DriverManager.getConnection(connectionURL, "system",...
  6. Replies
    11
    Views
    1,332

    Connection mainframe server from java.

    Please let me know if anyone knows how to connect mainframe server from java
Results 1 to 6 of 6