
Don Dickinson's Public Domain MySQL Wrapper for PowerBasic
25 may 2004
README.TXT

DISCLAIMER
This code is used in an experimental fashion by me. I make
no promises of quality or fitness for use. You should test
it carefully before using in a production environment.

WHAT IS NOT INCLUDED
I do not include the libmysql.dll file. This is the DLL interface
to MySQL. This wrapper cannot do anything without it. You can
obtain this on the internet from various sources. A good place to start
would be www.mysql.org

WHAT IS INCLUDED
>> README.TXT
	This file.
>> pb_mysql.inc
	A partial translation of the header file for libmysql.dll
>> pb_mysql.bas
	My wrapper functions
>> pb_mem.bas
	Public domain memory allocation functions from me
>> pb_mtx.bas
	Public domain mutex handling functions from me
>> pb_secur.bas
	Public domain file used by pb_mtx.bas
>> dd_link.bas
	Public domain linked list handling from me
>> testmys.bas
	A small PBCC test program. See the code for comments.

WHERE IS THE DOCUMENTATION
There is none. I provide a wrapper file (pb_mysql.bas)
and the libmysql.dll declarations file (pb_mysql.inc). Each has some
comments in them. I also provide a well commented test program
(testmys.bas). Please study these for more information.

--don
don@greatwebdivide.com
http://www.greatwebdivide.com
