Databases: Smart SQL
MaaSTaaR (contact me)
This class is a simple database access wrapper that support either MySQL and Microsoft SQL server.
It provides functions to:
- Open and close database connections
- Select the work database
- Executing SQL queries
- Retrieving query result rows in arrays
- Handling errors by displaying the respective error message before exiting the current script and optionally sending a warning message by e-mail to a given address.
Click here for detailed information about this class on phpclasses.org