Re: [PHP] connecting to AS400 DB2

2001-02-01 Thread szii
To connect to an AS400, you MUST HAVE THE DRDA package installed. Then you just run the Unified ODBC as usual (which still don't use ODBC but translate to DB2 CLI under the covers.) Look for the DRDA stuff in the DB2 Connect area/CD-ROM. There's stuff on phpbuilder.com about it too. -Szii At

Re: [PHP] connecting to AS400 DB2

2001-01-31 Thread Larry Hotchkiss
Its my understanding that you use the odbc functions to access db/2 400. I also recall reading that the db2/400 functionality is true db2 functionality and does not use the generic odbc layer even though it is grouped in. Apparently its smart enough to know. Depending on where you got your

[PHP] connecting to AS400 DB2

2001-01-31 Thread Conover, Ryan
I was wondering if anyone as successfully pulled info from a DB2 Database on As400. My enviroment is Win2K server/php4.0.4/ZendOptimizer/IIS5. I was wondering how I could directly query the AS400. Or would it be wiser to pull the info from the AS400 into MSSQL Server. I was wondering how I would