8 messages in com.mysql.lists.win32Re: MySQL C-API
FromSent OnAttachments
sandhya20 Apr 2006 02:16 
Armin Schöffmann20 Apr 2006 02:31 
Jorge Bastos20 Apr 2006 02:31 
sandhya20 Apr 2006 02:43 
sandhya20 Apr 2006 02:47 
Armin Schöffmann20 Apr 2006 03:01 
sandhya20 Apr 2006 03:35 
jbon...@sola.com.au20 Apr 2006 16:09 
Subject:Re: MySQL C-API
From:sandhya (sand@amiindia.co.in)
Date:04/20/2006 03:35:53 AM
List:com.mysql.lists.win32

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.

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.

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

http://dev.mysql.com/doc/refman/5.0/en/c.html

-----Original Message----- From: sandhya [mailto:sand@amiindia.co.in] Sent: Thursday, April 20, 2006 11:17 AM To: win@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.