MySQL C-API
am 20.04.2006 11:16:43 von sandhya
------=_NextPart_000_0148_01C66489.3D821430
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi,
Can you please tell me how to use the C-API of mySql to link with the =
database through C-Programming.I have Downloaded
"Windows Essentials (x86)" from the following link,
http://dev.mysql.com/downloads/mysql/5.0.html
Whether this consists of all the libraries&dll required for Programming?
or
We need to dowload any thing inorder to do programming using these =
API's.
Please Suggest me as i am newbie to this MySQl.
Is there any sample Cliet programs to connect with server.If so can you =
pls send the link.
Thank you,
Sandhya
------=_NextPart_000_0148_01C66489.3D821430--
RE: MySQL C-API
am 20.04.2006 11:31:33 von armin.schoeffmann
http://dev.mysql.com/doc/refman/5.0/en/c.html=20
-----Original Message-----
From: sandhya [mailto:sandhyar@amiindia.co.in]=20
Sent: Thursday, April 20, 2006 11:17 AM
To: win32@lists.mysql.com
Subject: MySQL C-API
Hi,
Can you please tell me how to use the C-API of mySql to link with the =
database through C-Programming.I have Downloaded "Windows Essentials =
(x86)" from the following link, =
http://dev.mysql.com/downloads/mysql/5.0.html
Whether this consists of all the libraries&dll required for Programming?
or
We need to dowload any thing inorder to do programming using these =
API's.
Please Suggest me as i am newbie to this MySQl.
Is there any sample Cliet programs to connect with server.If so can you =
pls send the link.
Thank you,
Sandhya
--
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
Re: MySQL C-API
am 20.04.2006 11:43:38 von sandhya
Thank you.
But i want to know whether i need to install anything inorder to work with
the MySql through C-Programming.
Is it available with the following installation?
Windows Essentials (x86)" from the following link,
http://dev.mysql.com/downloads/mysql/5.0.html
----- Original Message -----
From: "Armin Schöffmann"
To: "sandhya" ;
Sent: Thursday, April 20, 2006 3:01 PM
Subject: RE: MySQL C-API
> http://dev.mysql.com/doc/refman/5.0/en/c.html
>
> -----Original Message-----
> From: sandhya [mailto:sandhyar@amiindia.co.in]
> Sent: Thursday, April 20, 2006 11:17 AM
> To: win32@lists.mysql.com
> Subject: MySQL C-API
>
> Hi,
> Can you please tell me how to use the C-API of mySql to link with the
database through C-Programming.I have Downloaded "Windows Essentials (x86)"
from the following link, http://dev.mysql.com/downloads/mysql/5.0.html
> Whether this consists of all the libraries&dll required for Programming?
> or
> We need to dowload any thing inorder to do programming using these API's.
> Please Suggest me as i am newbie to this MySQl.
> Is there any sample Cliet programs to connect with server.If so can you
pls send the link.
>
> Thank you,
> Sandhya
>
--
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
am 20.04.2006 12:01:56 von armin.schoeffmann
Sandhya,
the manual-section, I've pointed you to, explains everything what you =
need for building a MySQL C-API client - but you need to read it, first.
The API-libraries (both dynamic dlls and static libs) namely =
'libmySQL.dll' and 'mysqlclient.lib' are contained within the lib folder =
of a standard mysql-package for windows e.g. 'Without installer (unzip =
in C:\)'
For the 'essential setup', you will have to choose custom-install and =
tick the additonal item 'libraries'.
Regards,
Armin.
-----Original Message-----
From: sandhya [mailto:sandhyar@amiindia.co.in]=20
Sent: Thursday, April 20, 2006 11:44 AM
To: Armin Schöffmann; win32@lists.mysql.com
Subject: Re: MySQL C-API
Thank you.
But i want to know whether i need to install anything inorder to work =
with the MySql through C-Programming.
Is it available with the following installation?
Windows Essentials (x86)" from the following link, =
http://dev.mysql.com/downloads/mysql/5.0.html
----- Original Message -----
From: "Armin Schöffmann"
To: "sandhya" ;
Sent: Thursday, April 20, 2006 3:01 PM
Subject: RE: MySQL C-API
> http://dev.mysql.com/doc/refman/5.0/en/c.html
>
> -----Original Message-----
> From: sandhya [mailto:sandhyar@amiindia.co.in]
> Sent: Thursday, April 20, 2006 11:17 AM
> To: win32@lists.mysql.com
> Subject: MySQL C-API
>
> Hi,
> Can you please tell me how to use the C-API of mySql to link with =
the
database through C-Programming.I have Downloaded "Windows Essentials =
(x86)"
from the following link, http://dev.mysql.com/downloads/mysql/5.0.html
> Whether this consists of all the libraries&dll required for =
Programming?
> or
> We need to dowload any thing inorder to do programming using these =
API's.
> Please Suggest me as i am newbie to this MySQl.
> Is there any sample Cliet programs to connect with server.If so can =
you
pls send the link.
>
> Thank you,
> Sandhya
>
--
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
Re: MySQL C-API
am 20.04.2006 12:36:16 von sandhya
Thank you Armin....I got now.
I installed with out libs and icludes..Now its ok..I have re installed it.
Thank you.I will read and get back to you incase of any doubts.
Pls help me.
----- Original Message -----
From: "Armin Schöffmann"
To:
Sent: Thursday, April 20, 2006 3:31 PM
Subject: RE: MySQL C-API
> Sandhya,
> the manual-section, I've pointed you to, explains everything what you need
for building a MySQL C-API client - but you need to read it, first.
>
> The API-libraries (both dynamic dlls and static libs) namely
'libmySQL.dll' and 'mysqlclient.lib' are contained within the lib folder of
a standard mysql-package for windows e.g. 'Without installer (unzip in C:\)'
> For the 'essential setup', you will have to choose custom-install and tick
the additonal item 'libraries'.
>
> Regards,
> Armin.
>
> -----Original Message-----
> From: sandhya [mailto:sandhyar@amiindia.co.in]
> Sent: Thursday, April 20, 2006 11:44 AM
> To: Armin Schöffmann; win32@lists.mysql.com
> Subject: Re: MySQL C-API
>
> Thank you.
> But i want to know whether i need to install anything inorder to work with
the MySql through C-Programming.
> Is it available with the following installation?
> Windows Essentials (x86)" from the following link,
http://dev.mysql.com/downloads/mysql/5.0.html
>
> ----- Original Message -----
> From: "Armin Schöffmann"
> To: "sandhya" ;
> Sent: Thursday, April 20, 2006 3:01 PM
> Subject: RE: MySQL C-API
>
>
> > http://dev.mysql.com/doc/refman/5.0/en/c.html
> >
> > -----Original Message-----
> > From: sandhya [mailto:sandhyar@amiindia.co.in]
> > Sent: Thursday, April 20, 2006 11:17 AM
> > To: win32@lists.mysql.com
> > Subject: MySQL C-API
> >
> > Hi,
> > Can you please tell me how to use the C-API of mySql to link with the
> database through C-Programming.I have Downloaded "Windows Essentials
(x86)"
> from the following link, http://dev.mysql.com/downloads/mysql/5.0.html
> > Whether this consists of all the libraries&dll required for Programming?
> > or
> > We need to dowload any thing inorder to do programming using these
API's.
> > Please Suggest me as i am newbie to this MySQl.
> > Is there any sample Cliet programs to connect with server.If so can you
> pls send the link.
> >
> > Thank you,
> > Sandhya
> >
>
>
>
>
>
> --
> MySQL Windows Mailing List
> For list archives: http://lists.mysql.com/win32
> To unsubscribe:
http://lists.mysql.com/win32?unsub=sandhyar@amiindia.co.in
>
>
--
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
am 21.04.2006 01:10:11 von jbonnett
I'm not sure you can use .NET stuff from just C. I think you need C++,
C# or other .NET language. In that case you would use the .NET Connector
http://www.mysql.com/products/connector/net/
John B.
-----Original Message-----
From: sandhya [mailto:sandhyar@amiindia.co.in]=20
Sent: Thursday, 20 April 2006 7:18 PM
To: Jorge Bastos; win32@lists.mysql.com
Subject: Re: MySQL C-API
I want to know what is required if i want to connect to the MySql
database
through C-Programming.
I have installed
"Windows Essentials (x86)" from the following link,
http://dev.mysql.com/downloads/mysql/5.0.html
If i want to connect to the database through .net framework using
C-Programming what are all the libraries and dll it requires?Where can i
get?
Pls Help
----- Original Message -----=20
From: "Jorge Bastos"
To:
Sent: Thursday, April 20, 2006 3:02 PM
Subject: Fw: MySQL C-API
> http://www.softintegration.com/products/toolkit/odbc/
>
> i think this is whtat u want
>
> ----- Original Message -----=20
> From: "sandhya"
> To:
> Sent: Thursday, April 20, 2006 10:16 AM
> Subject: MySQL C-API
>
>
> Hi,
> Can you please tell me how to use the C-API of mySql to link with
the
> database through C-Programming.I have Downloaded
> "Windows Essentials (x86)" from the following link,
> http://dev.mysql.com/downloads/mysql/5.0.html
> Whether this consists of all the libraries&dll required for
Programming?
> or
> We need to dowload any thing inorder to do programming using these
API's.
> Please Suggest me as i am newbie to this MySQl.
> Is there any sample Cliet programs to connect with server.If so can
you
pls
> send the link.
>
> Thank you,
> Sandhya
>
>
>
> --=20
> MySQL Windows Mailing List
> For list archives: http://lists.mysql.com/win32
> To unsubscribe:
http://lists.mysql.com/win32?unsub=3Dsandhyar@amiindia.co.in
>
--
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