mySQL C API in Windows

mySQL C API in Windows

am 03.03.2005 22:14:41 von baldauf_m

Hi,

I have the following problem:

I need to use mySQL in a C programm on a windows platform. What is
necessery to do this? A little tutorial would surely help me much

I hope you can help me


--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32@m.gmane.org

Re: mySQL C API in Windows

am 04.03.2005 13:00:23 von oceanare pte ltd

Hi,

baldauf_m wrote:
> Hi,
>
> I have the following problem:
>
> I need to use mySQL in a C programm on a windows platform. What is
> necessery to do this? A little tutorial would surely help me much
>
The simplest would be if you could get your hand on this book:

Paul DuBois:
MySQL

It describes all you need to know.

I found it very helpfull when I started to write C programs for MySQL.

Erich

--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32@m.gmane.org

Re: mySQL C API in Windows

am 04.03.2005 14:33:22 von Daniel da Veiga

If you take a look at the MySQL site, you'll find that the C API comes
together with the server, so, all you need is to take a look at the
manual and see how to link and use it, I found it pretty simple (more
than other languages). The manual is available in MANY languages and
formats, I suggest you download one.

Best regards,

On Fri, 04 Mar 2005 20:00:23 +0800, Erich Dollansky
wrote:
> Hi,
>
> baldauf_m wrote:
> > Hi,
> >
> > I have the following problem:
> >
> > I need to use mySQL in a C programm on a windows platform. What is
> > necessery to do this? A little tutorial would surely help me much
> >
> The simplest would be if you could get your hand on this book:
>
> Paul DuBois:
> MySQL
>
> It describes all you need to know.
>
> I found it very helpfull when I started to write C programs for MySQL.
>
> Erich
>
> --
> MySQL Windows Mailing List
> For list archives: http://lists.mysql.com/win32
> To unsubscribe: http://lists.mysql.com/win32?unsub=danieldaveiga@gmail.com
>
>


--
Daniel da Veiga
Computer Operator - RS - Brazil

--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32@m.gmane.org

Re: mySQL C API in Windows

am 04.03.2005 22:16:31 von John Swartzentruber

On 3/4/2005 8:33 AM Daniel da Veiga wrote:
> If you take a look at the MySQL site, you'll find that the C API comes
> together with the server, so, all you need is to take a look at the
> manual and see how to link and use it, I found it pretty simple (more
> than other languages). The manual is available in MANY languages and
> formats, I suggest you download one.
>
> Best regards,

I don't think the C API is installed by default on Windows. At first I
couldn't find it. When I reinstalled, I did a custom install, then there
was an option to install it.


--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32@m.gmane.org