Databases: database.class.php
Alan Blockley (contact me)
This class implements a database abstraction layer that supports many types of databases like: Informix, MiniSQL, Microsoft SQL server, MySQL, PostgreSQL, Sybase and all other accessible via ODBC.
This is an enhanced version of the original written by Sven Wagener.
This version provides two additional functions to return the total number of columns and the column names of a query result set.
Click here for detailed information about this class on phpclasses.org