>>>> Can someone tell me what I need to get connected to our AS400?
>> Too many new terms, I guess. I've found an older trial version of DB2
>> Connect, V8.2, so will load that and see if I can connect.
> I installed the trial version DB2 Connect v8.2, and it required that I
> un-install the IBM DB2 v9.1 that I was trying to test.
[quoted text clipped - 3 lines]
> Thanks
> Al G
May be that installing iSeries Access (V5R4) on pc with VS2005 gives you
the "drivers" you need; usually we do this...
...and this gives our pc developers the tools (iSeries Navigator) to
control DB on iSeries/system i server.
For what I know (on i5/iSeries servers I control) you don't need to
install anything on "AS/400" server.
Check instead that the desired "host servers" are started on iSeries:
you may ask it to your iSeries administrator or check it from VS2005
client from command line using CWBPING your_iseries_net_name and
controlling for "Data Access".
http://www.itjungle.com/fhg/fhg082907-story03.html
HTH
Stefano P.

Signature
"Niuna impresa, per minima che sia,
può avere cominciamento e fine senza queste tre cose:
e cioè senza sapere, senza potere, senza con amor volere"
[Anonimo fiorentino, XIV sec.]
(togliere le "pinzillacchere" dall'indirizzo email ;-)
Al G wrote:
>>> Al G wrote:
>>>> Can someone tell me what I need to get connected to our AS400?
[quoted text clipped - 39 lines]
>
> Al G
Nothing else is needed on the System i - all DB and communications
support is in the base i5/OS (aka OS/400). DB2 Connect communicates via
DRDA. The InfoCenter topic "Distributed Database Programming" has more
info on DRDA here:
http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/ddp/rbal1
kickoff.htm
The DRDA TCP/IP server support in i5/OS can be started with this command:
===> STRTCPSVR SERVER(*DDM)
You can see/configure the server relational database (RDB) name with
this command:
===> WRKRDBDIRE
The entry with remote location *LOCAL represents the server RDB.
If you decide to use the iSeries Access .NET provider, you'll want to
ensure the database "host server" support is active.
===> STRHOSTSVR SERVER(*DATABASE)
--
Karl Hanson
Al G - 17 Dec 2007 15:00 GMT
> Al G wrote:
>>>> Al G wrote:
[quoted text clipped - 63 lines]
> --
> Karl Hanson
Thank you gentlemen, I'll look into it.
Al G