PHP-Klasse::TMySQL Wrapper 08.05.2007

Kurzbeschreibung: MySQL database access wrapper
Veröffentlicht am: 08.05.2007
Gruppe(n):
- Databases
Beschreibung:
This class is a simple MySQL database access wrapper. It can:
- Establish MySQL database connections
– Execute SQL queries
– Retrieve the query results into arrays
– Retrieve the number of query result rows
– Retrieve the query result column names
– Retrieve information about a table
– Retrieve the data space that a database occupies
Link: TMySQL Wrapper