Results 1 to 2 of 2

Thread: Connecting to AS/400 from VB

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Posts
    1

    Angry

    Has anyone tried using the IBM OLEDB Provider?
    I am able to connect to AS/400 and I can insert records into the file but thats it. I cannot select records.
    I am using the following syntax to select from a file
    Set adorecordset = adoconn.execute "Select * from LibName.FileName".
    When this execute the app blows up.
    I have Client Access installed on my PC V3r1m3.

    Does anyone know where I could find a driver?
    I am also having no luck using odbc - IBM's Client Access Driver.
    Any Suggestions?
    Thanks
    Christine

  2. #2
    New Member
    Join Date
    Aug 2000
    Posts
    10
    I have not tried the method you mentioned.

    The easiest way I found was to create an Access database as an intermediate step. ie. a local mdb file that contains linked tables to the AS/400 using the client access driver.
    Then run the query on the linked tables.

    I know this isn't brilliant but it works.

Posting Permissions

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



Click Here to Expand Forum to Full Width