Re: how can I use 'C' programs accessing a MySql

2002-03-06 Thread Thomas Spahni
On Tue, 5 Mar 2002 [EMAIL PROTECTED] wrote: > I'm trying to understand how can I use 'C' programs accessing a MySql > DataBase, please, could you send me a small program or so that creates > a Table or two and make some changes on them. I read so many examples > but all of them only contain part

RE: how can I use 'C' programs accessing a MySql

2002-03-05 Thread Kenneth Hylton
The best book for c programming I found is the O'Reilly book, "MySQL & mSQL" . It has a good example of using the C API and even builds some simple C++ classes. The book, "MySQL" by Paul DuBois is the best overall MySQL book I found. Plus, Paul is a regular responder to this list, so I would bu