
README file for mSQL2mySQLWrapper, Version 1.2
----------------------------------------------


OVERVIEW
========

msql2mysqlWrapper for C.


requires:
msql2mysqlWrapper.h
msql2mysqlWrapper.c
mySQL libraries.


DOCUMENTATION
=============


INSTALLATION
============

1)
Edit msql2mysqlWrapper.c:
search for 'SAL change'
change mysql.server.com, username, password fields.
to: your server, your mysql username to connect with, & the password.

2)
compile it, example:
gcc -c msql2mysqlWrapper.c

3)
Edit your source code that you want to use mysql:
change:
#include "msql.h"
to:
#include "msql2mysqlWrapper.h"

4)
compile your code linking msql2mysqlWrapper and mySQL libraries.
(you don't need to link the mSQL libraries anymore)


TECHNICAL DETAILS
=================

-The number of connections to a server is defined as
 MAX_FAKE_CONNECTIONS, its default is set to 10 connections.  You can
 increase this number if you need to.

-Someone finish the "wrapper: This function not wrapped" functions
 and I'll put you in the CREDITS.  Send DIFF or code to alfred@sb.net


CREDITS
=======

Alfred Morgan     - Programming & Documentation
Sean Leach        - Fixed some minor bugs
Alejandro Furrer  - pointed me in the right direction
Warp9Technologies - provided some funding 


Comments, bugs, changes - mailto:
  Alfred Morgan <alfred@sb.net>
  
  Send me a thank you e-mail if this wrapper was of any use.

  Your support is greatly appreciated.

-alfred

