Page 1 of 1

How to connect to an IBM AS/400 (e-series)?

Posted: Tue Apr 03, 2018 5:03 pm
by Armando
Hi Friends:

Do you know How to connect to an IBM AS/400 (e-series)?
but with no ODBC neither Client Access.

Mr. Rao?

Regards

Re: How to connect to an IBM AS/400 (e-series)?

Posted: Tue Apr 03, 2018 5:09 pm
by Rick Lipkin
Armando

It does not appear that there is a native ole provider for IBM As400 ... unfortunately you will need the IBM Ole Client kit and it appears you can download it from here :
https://www.ibm.com/support/knowledgece ... ovider.htm

Rick Lipkin

Re: How to connect to an IBM AS/400 (e-series)?

Posted: Tue Apr 03, 2018 5:18 pm
by Armando
Rick:

Thank you for your kind response, sometime somewhere I thought I had seen
a native ole provider.

With best regards

Re: How to connect to an IBM AS/400 (e-series)?

Posted: Wed Apr 04, 2018 8:10 am
by damianodec
hi Armando,
I use this connection:

Code: Select all | Expand

Connessione := "Provider=IBMDA400; Data Source=192.168.1.200; User Id=USERID; Password=PASSWORD; Default Collection=LIBRARY;
oCn := FW_OpenAdoConnection( Connessione, .t.)


but you need Client Access

Re: How to connect to an IBM AS/400 (e-series)?

Posted: Wed Apr 04, 2018 3:02 pm
by Armando
Damiano:

You are right and I know it, but i not want to use client Access.

Regards