|
Posted by Manuel Lemos on 09/07/05 07:10
Hello,
on 09/06/2005 08:22 PM David said the following:
> Is there a good DataBase Abstraction layer that will handle the
> mySql, Sql Server, and MS Access engines? I do not wish to write the
> same functions with the three different PHP db functions.
You may want to try Metabase that is a long standing PHP database
abstraction focused on total database independence.
Not only it can provide database independence in the database access but
also in the database schema installation as it lets you install database
schemas from a database independence description in a XML format.
It supports MySQL, PostgreSQL, Oracle, Microsoft SQL server, Microsoft
Access via ODBC, Informix, Interbase, SQLite, MiniSQL.
http://www.phpclasses.org/metabase
--
Regards,
Manuel Lemos
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/
Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
Navigation:
[Reply to this message]
|