-
The database connection settings are read from an XML file. Simple ADO can execute SQL queries built from parameters defined programmatically using class calls to specify the query tables, fields, conditions, etc.. Requirements: PHP 5 or higher
-
Recordset is a recordset Class like ADO Recordset (plus DataBase Splitting feature) using ODBC functions.
-
cDB is a class for easy access MySQL databases.cDB Class includes:- Internal timming for benchmarcks- isRsEmpty - checks if resultset is empty (fast)- getRows - similar to getRows of asp ADO (easy loop regs with foreach)- debugMode

