ODBC

Accessing HarrisData (IBM iSeries) In PHP

HarrisData Logo    I have recently been working on a project to integrate with a HarrisData ERP Application.  The Application runs on an IBM iSeries (AS/400).  I used PHP's built in PDO object with the ODBC extension.  Using PDO, I was able to execute SQL Queries on the server.  IBM systems use IBM's DB2 syntax.  This entry will outline some of the basic steps, in PHP, to communicate with the system.

More

Syndicate content