DataBase Interface Library
Version 1.0

dbi.lib.php

Copyright (C) 2001 Miroslav Hudak <dbi1@hudak.info>

This software, when used in non-commercial applications is public domain.
Use of this software in commercial applications is strictly prohibites
without a written permission of the author Miroslav Hudak.

This software is provided as is, without any technical support. In case
of any questions, feel free to e-mail me to above address and you'll
maybe recieve a response.

Also, no reference is provided for this software.

Use on your own risk! I take no responsibility of damage, data loss or
any other inconvinience, caused by this software.

This comment is part of this software and must be included in every
version of DBI library, wherever used (if not agreed otherwise).

Description:
------------
First generation of my DataBase Interface library provides minimum
required functionality, and in fact, provides just basic database
connection and querying, but allowing user/programmer to concentrate
on more advanced data handling features.   

EOF