Re: [PHP-DB] Cross DB application

2002-04-15 Thread Manuel Lemos
Hello, Andrew Hill wrote: > > ARcadius, > > You may use an abstraction library such as PEARDB or ADODB, or > simply the unified ODBC functions. Andrew, you always suggest ODBC as a good solution for portable database application development, but AFAIK it is not a good solution at all because f

RE: [PHP-DB] Cross DB application

2002-04-15 Thread Gurhan Ozen
never searched for it. I will personally email you if i come across any ... Gurhan -Original Message- From: Arcadius A. [mailto:[EMAIL PROTECTED]] Sent: Monday, April 15, 2002 7:56 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] Cross DB application Hello ! I'm planning to write

Re: [PHP-DB] Cross DB application

2002-04-15 Thread Andrew Hill
ARcadius, You may use an abstraction library such as PEARDB or ADODB, or simply the unified ODBC functions. Best regards, Andrew Hill Director of Technology Evangelism OpenLink Software > > Hello ! > I'm planning to write a database application for MySQL, and then port > it to PostrgeSQL. > Is

[PHP-DB] Cross DB application

2002-04-15 Thread Arcadius A.
Hello ! I'm planning to write a database application for MySQL, and then port it to PostrgeSQL. Is there any library or class that could help me to write/maintain just one source code for both MySQL and PostgreSQL ? Thanks. ARcadius -- PHP Database Mailing List (http://www.php.net/) To uns