+ Reply to Thread
Results 1 to 3 of 3

Thread: Accessing Data residing on one iSERIES from a different iSERIES Programatically

  1. #1

    Default Accessing Data residing on one iSERIES from a different iSERIES Programatically

    As long as the systems are connected in any fashion, you can create a DDM file (*DDMF) on one system that accesses the data on the other. In your program you simply refer to the name of the *DDMF, and your program reacts as if the data resided on the same system. Dave

  2. #2
    jrhoads@cdsgroup.com Guest

    Default Accessing Data residing on one iSERIES from a different iSERIES Programatically

    Can anyone tell me the best way (if possible) to access data that resides on one iSERIES from a different iSERIES programtically? I need this to work on demand (i.e. Function Key) - Thanks in advance to all you iSERIES (AS/400) Gurus who reply. Take care. JR

  3. #3
    Guest.Visitor Guest

    Default Accessing Data residing on one iSERIES from a different iSERIES Programatically

    If you are developing using RPG (or COBOL) DDM is the choice. If you are using Java you could use jt400 iSeries native clases to access the other iSeries data (through DDM server) or native SQL server in the same jar. I cannot tell you about the other choices (C, C++).

+ Reply to Thread

Similar Threads

  1. Replies: 1
    Last Post: 08-02-2006, 12:16 PM
  2. Accessing Non-DB2 data on the iSeries
    By J.Pluta in forum Java
    Replies: 8
    Last Post: 07-15-2005, 05:51 AM
  3. Microsoft Computing: Accessing iSeries Data with ODBC
    By Guest.Visitor in forum Microsoft
    Replies: 7
    Last Post: 03-31-2005, 11:14 PM
  4. Replies: 1
    Last Post: 07-22-2003, 05:02 AM
  5. Replies: 1
    Last Post: 03-15-2001, 07:45 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts