Download List

Projeto Descrição

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.

System Requirements

System requirement is not defined
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 Back to release list
1.6.2

Esta versão adiciona mysql_num_fields, mysql_fetch_field, mysql_fetch_row. Acrescenta trigger_error quando o MySQL gera um erro, o que permitirá ao programador gerenciar o erro em uma maneira melhor.
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