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
Hi Arcadius,
If you know Object-oriented programming , you can write a class that
includes both MySQL and PostGreSQL functions and you can inherit from that
class.
Or, you can just stick all mysql, postgresql functions in a functions.php
file and include that file to be able to use the functions.
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