PDA

View Full Version : ASP and AS/400


guimnun
07-09-02, 14:56
Hi all.

I'm Nuno Guimaraes from Portugal and i'm new on this forum.
I've a question... could somebody give me the code to access AS/400 database from ASP pages??

I really need this on y work... please give me a hand.
Thanks.

Nuno...

JonathanB
07-10-02, 05:25
If the AS/400 database has ODBC compliant drivers you should be able to use standard ADO to connect to the database in ASP.

jlone2007
06-25-07, 13:35
Provider=IBMDA400;

Put that in your connection string and you should be set.