wordpress statistics
  • Today is Monday, February 6, 2012

2 Responses to “Linking with IBM AS400 Tables”

  1. Anonymous says:

    this type of data transfer is not possible in windows xp. I am getting junk data when data are being transferred from as400 to ms access. But same thing is possible in windows 2000. I do not know , what is the reason? Pls advise me. Amitmohan

  2. I could not test the procedure under WindowsXP. Now I am retired from service I don't have access to AS400 System to try it out either. But, I don't see why it cannot work under WindowsXP. Try to insert the ODBC String into the ConnectStr Property of a new Query and open the AS400 Table directly rather than linking it to the database. Sample ODBC String is given below.

    ODBC;DSN=myData;UID=UserID;PWD=Password;TABLE=PAVUP.APC161D

    You may read the Article: http://www.msaccesstips.com/2008/09/source-connect-str-property-and-odbc/ to take the ODBC string from your DSN.

    Regards,

Leave a Reply

You must be logged in to post a comment.