|
Posted by Manuel Lemos on 10/18/33 11:46
Hello,
on 04/30/2006 04:20 PM ImOk said the following:
> I need to program generically. I am familiar with the ODBC layer but
> never used PDO or DB.
>
> Does anyone have any experience with these database layers?
None of them provides database independence. If you want to switch
databases later, you need to rewrite part of your code.
Personally I use Metabase, which provides database independence not only
at the access level, but also at the database schema installation level.
http://www.phpclasses.org/metabase
There is also PEAR::MDB2 is a follow-up of PEAR::MDB that was derived
from Metabase .
--
Regards,
Manuel Lemos
Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
Navigation:
[Reply to this message]
|