On Thu, 29 Jul 2004 15:20:27 -0600 "Seader, Cameron" <[EMAIL PROTECTED]> wrote:
> yeah it will build just fine, but does anyone know of an alternative, so that i can > connect my php apps to a db2 database. > are there some other drivers i can use in php to connect to a db2 database. > -Cameron Well, if all you want is your PHP apps talking to DB2 then you may not need to use the db2 calls from PHP. You may be able to use a generic PHP SQL library to get a db2 client installed on the same to connect to the DB2 server (maybe using ODBC calls). Take a look at PEAR:DB (at http://pear.php.net/) which abstracts the DB interface nicely, keeping your code valid no matter what brand the database is. Jos� Canelas ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
