Downloadliste

Projektbeschreibung

db_bibivu is a simple MySQL database access
wrapper. It provides functions for connecting to
a MySQL database server, selecting the database to
access, executing queries, retrieving query
results rows in arrays, executing a query to
return a single result row in a single call, etc.
The class may optionally generate a log of the
executed queries. When a query fails, it may send
a warning message to a given site administrator
email address.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2006-02-13 15:27 Zurück zur Release-Liste
1.6.2

Diese Veröffentlichung fügt mysql_num_fields, mysql_fetch_field, mysql_fetch_row. Sie fügt hinzu, trigger_error, wenn MySQL eine Fehlermeldung generiert, die es erlauben es dem Programmierer, der Fehler in einer besseren Art und Weise verwalten wird.
Tags: Minor feature enhancements
This release adds mysql_num_fields, mysql_fetch_field, mysql_fetch_row. It adds trigger_error when MySQL generates an error, which will allow the programmer to manage the error in a better way.

Project Resources