Retrieve Data with C API
am 07.03.2005 19:57:22 von baldauf_m
Hi again!
I think I have a simple Problem: :)
What´s the easiest way to retrieve data from certain rows in a table
and how can i use them in the C program? (I want to retrieve an IP from
the table and then connect to this IP with the C program)
Thanks for your help.
Martin
--
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: Retrieve Data with C API
am 07.03.2005 20:57:43 von Daniel da Veiga
Use the C API that comes with the server (zipped version) or choose to
install it when using the Installer... (I personally don't like it,
the zipped version do not "hide" stuff)
You open the connection, retrieve the data using a recordset created
from a select statement and simply use the value.
Best regards,
On Mon, 7 Mar 2005 19:57:22 +0100, baldauf_m wrote:
> Hi again!
>=20
> I think I have a simple Problem: :)
>=20
> WhatŽs the easiest way to retrieve data from certain rows in a table
> and how can i use them in the C program? (I want to retrieve an IP from
> the table and then connect to this IP with the C program)
>=20
> Thanks for your help.
>=20
> Martin
>=20
> --
> MySQL Windows Mailing List
> For list archives: http://lists.mysql.com/win32
> To unsubscribe: http://lists.mysql.com/win32?unsub=3Ddanieldaveiga@gma=
il.com
>=20
>=20
--=20
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=3Dgcdmw-win32@m.gmane.org