Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

AS400 ODBC driver

I have a client who needs to connect to a standard AS400 database through
ODBC. I know nothing about AS400s. Is there a "standard" AS400 database,
is it DB/2? What you you need to connect using ODBC in Windows?
Thanks.
[235 byte] By [Art] at [2007-11-9 18:50:42]
# 1 Re: AS400 ODBC driver
IBM's Client Access Services/Express (CAS) ships with the ODBC driver. Every
customer that I've ever worked with (about 4 or 5) has CAS installed. I
believe it comes free with the AS/400 and also includes the emulation software
to connect to the software. Check out the following link on IBM's site.
I've never had a problem getting it to work. It just takes somebody knowledgable
about the AS/400 setup to fill in the correct options for the ODBC setup.

http://www.iseries.ibm.com/clientaccess/express.htm#snapshot

Hope this helps.
Kyle Hachey,
Information Builders

"Art" <artbarrios@hotmail.com> wrote:
>
>I have a client who needs to connect to a standard AS400 database through
>ODBC. I know nothing about AS400s. Is there a "standard" AS400 database,
>is it DB/2? What you you need to connect using ODBC in Windows?
>
>Thanks.
Kyle Hachey at 2007-11-12 0:06:23 >
# 2 Re: AS400 ODBC driver
"Art" <artbarrios@hotmail.com> wrote:
>
>I have a client who needs to connect to a standard AS400 database through
>ODBC. I know nothing about AS400s. Is there a "standard" AS400 database,
>is it DB/2? What you you need to connect using ODBC in Windows?
>
>Thanks.

You could use DB2 Connect as middleware. DB2 Connect comes with something
called
the run-time client that contains the DB2 ODBC drivers. See http://www.software.ibm.com/data/db2connect
Larry at 2007-11-12 0:07:30 >
# 3 Re: AS400 ODBC driver
hi,
AS/400 Client Access and C A Express both have a fairly capable ODBC driver; if they client already uses CA
then you have what you need.
Otherwise, yes, DB2 Connect will do it.
There are minor implications on the AS/400 end for configuration, etc and which subsystems / services are
running, but it's not too hard either way.

Larry wrote:

> "Art" <artbarrios@hotmail.com> wrote:
> >
> >I have a client who needs to connect to a standard AS400 database through
> >ODBC. I know nothing about AS400s. Is there a "standard" AS400 database,
> >is it DB/2? What you you need to connect using ODBC in Windows?
> >
> >Thanks.
>
> You could use DB2 Connect as middleware. DB2 Connect comes with something
> called
> the run-time client that contains the DB2 ODBC drivers. See http://www.software.ibm.com/data/db2connect
Greg Nash at 2007-11-12 0:08:30 >
# 4 Re: AS400 ODBC driver
You can use OLEDB providers too, their performance is better than ODBC drivers.

IBM offers an OLEDB driver with their product Client Access Express, Microsoft
offers a product called Host Intergration Server that also has an OLEDB provider,
there is a company called HIT Software that makes the best of them all, at
least is the only one that i could get to work with some strange RPG stored
procedures in an AS400.

Hope it helps.

Greg Nash <gnash@namoicotton.com.au> wrote:
>hi,
>AS/400 Client Access and C A Express both have a fairly capable ODBC driver;
if they
>client already uses CA
>then you have what you need.
>Otherwise, yes, DB2 Connect will do it.
>There are minor implications on the AS/400 end for configuration, etc and
which subsystems
>/ services are
>running, but it's not too hard either way.
>
>Larry wrote:
>
>> "Art" <artbarrios@hotmail.com> wrote:
>> >
>> >I have a client who needs to connect to a standard AS400 database through
>> >ODBC. I know nothing about AS400s. Is there a "standard" AS400 database,
>> >is it DB/2? What you you need to connect using ODBC in Windows?
>> >
>> >Thanks.
>>
>> You could use DB2 Connect as middleware. DB2 Connect comes with something
>> called
>> the run-time client that contains the DB2 ODBC drivers. See http://www.software.ibm.com/data/db2connect
>
Manuel Castro at 2007-11-12 0:09:34 >
# 5 Re: AS400 ODBC driver
We use the Client Access Express ODBC driver from IBM. Client Access comes
free with the OS/400 operating system. One thing to consider is what version
of OS/400 your client is running on their AS/400. If they are at v4R2 or
above, you should be in pretty good shape. In V4R4 of OS/400, IBM released
a native OLE/DB provider for accessing DB2, but it's somewhat limited compared
to the full fucntionality provided with the ODBC driver...no commitment
control support and performance is not as good as ODBC. You can checkout
www.as400.ibm.com for more details...search on ODBC and/or Client Access.
Good luck!
Gary at 2007-11-12 0:10:28 >