Fahrvergnuugen
I am the law!
And if so, is it possible to make scripts [primarily PHP scripts] running on OSX talk to it?
Our "ERP" system [its called jobscope and its a royal joke] runs on an AS/400 powered by IBM's DB2 database. IBM has a product called DB2 connect which will let you make ODBC connections to it. DB2 connect is available for linux, but I doubt that the source code is available since they charge 2,000 dollars for a windows 2000 server license [though the linux version is free].
IBM DB2 is supported via the odbc functions in php:
http://www.php.net/odbc
but you still would need an OSX ODBC driver for DB2 to make this work, right?
I'm soooo incredibly close to convincing my work to buy me a pair of Xserves its not even funny...I would hate for this to be the deciding factor...
Our "ERP" system [its called jobscope and its a royal joke] runs on an AS/400 powered by IBM's DB2 database. IBM has a product called DB2 connect which will let you make ODBC connections to it. DB2 connect is available for linux, but I doubt that the source code is available since they charge 2,000 dollars for a windows 2000 server license [though the linux version is free].
IBM DB2 is supported via the odbc functions in php:
http://www.php.net/odbc
but you still would need an OSX ODBC driver for DB2 to make this work, right?
I'm soooo incredibly close to convincing my work to buy me a pair of Xserves its not even funny...I would hate for this to be the deciding factor...