From: Reini U. <ru...@xa...> - 2001-06-06 22:34:23
|
Has anybody looked at this yet? http://freshmeat.net/projects/adodb/ ADODB is a set of advanced PHP database wrapper classes. It supports MySQL, PostgreSQL, Interbase, Oracle, MS SQL 7, Sybase, DB2, FrontBase, Foxpro, Access, ADO, and generic ODBC. A metatype system is built in, making it possible to figure out that types such as CHAR, TEXT, and STRING are equivalent in different databases. It also features an SQL to HTML popup menu and SQL to HTML table support and recordset caching. This seems to solve some of our DB problems. Wouldn't it be easier to use such an external classlib? |