RE: Where can I download The MySQL C API??

2005-01-25 Thread J.R. Bullington
http://dev.mysql.com/downloads/

Please note the section of Official APIs

#  Application Programming Interfaces (APIs)

* Official APIs:
  o The C API is included with the server, above.

J.R.

-Original Message-
From: Shuva, Judith [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 25, 2005 8:30 AM
To: mysql@lists.mysql.com
Subject: Where can I download The MySQL C API??

Hi, 

 

I just downloaded mysql-essential-4.1.9-win32.msi, and as I understood, the C 
API supposes to be in
here. 

Where exactly? I can't find it

 

Thanks, 

 

__

Judith Shuva

 



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: Where can I download The MySQL C API??

2005-01-25 Thread Shuva, Judith
Hi J.R.

Thanks for your answer. 

I saw that the API suppose to be in the MySQL server, so I downloaded 
mysql-essential-4.1.9-win32.msi, but after the installation, I can't
find the API in the MySQL folder...

Please, HELP!

Thanks, 
Judith

-Original Message-
From: J.R. Bullington [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 25, 2005 3:55 PM
To: mysql@lists.mysql.com
Cc: Shuva, Judith
Subject: RE: Where can I download The MySQL C API??

http://dev.mysql.com/downloads/

Please note the section of Official APIs

#  Application Programming Interfaces (APIs)

* Official APIs:
  o The C API is included with the server, above.

J.R.

-Original Message-
From: Shuva, Judith [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 25, 2005 8:30 AM
To: mysql@lists.mysql.com
Subject: Where can I download The MySQL C API??

Hi, 

 

I just downloaded mysql-essential-4.1.9-win32.msi, and as I understood,
the C API supposes to be in
here. 

Where exactly? I can't find it

 

Thanks, 

 

__

Judith Shuva

 



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: Where can I download The MySQL C API??

2005-01-25 Thread Karam Chand
I am not sure what you mean by getting MySQL C API.

The API are built in libmysql.lib and libmysql.dll or
mysqlclient.lib. The header files are in include
directory.

Just include them in your project and start coding.

Hope I was of help.

Karam

--- Shuva, Judith [EMAIL PROTECTED]
wrote:

 Hi J.R.
 
 Thanks for your answer. 
 
 I saw that the API suppose to be in the MySQL
 server, so I downloaded 
 mysql-essential-4.1.9-win32.msi, but after the
 installation, I can't
 find the API in the MySQL folder...
 
 Please, HELP!
 
 Thanks, 
   Judith
 
 -Original Message-
 From: J.R. Bullington [mailto:[EMAIL PROTECTED]
 
 Sent: Tuesday, January 25, 2005 3:55 PM
 To: mysql@lists.mysql.com
 Cc: Shuva, Judith
 Subject: RE: Where can I download The MySQL C API??
 
 http://dev.mysql.com/downloads/
 
 Please note the section of Official APIs
 
 #  Application Programming Interfaces (APIs)
 
 * Official APIs:
   o The C API is included with the server,
 above.
 
 J.R.
 
 -Original Message-
 From: Shuva, Judith
 [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, January 25, 2005 8:30 AM
 To: mysql@lists.mysql.com
 Subject: Where can I download The MySQL C API??
 
 Hi, 
 
  
 
 I just downloaded mysql-essential-4.1.9-win32.msi,
 and as I understood,
 the C API supposes to be in
 here. 
 
 Where exactly? I can't find it
 
  
 
 Thanks, 
 
  
 
 __
 
 Judith Shuva
 
  
 
 
 
 --
 MySQL General Mailing List
 For list archives: http://lists.mysql.com/mysql
 To unsubscribe:   

http://lists.mysql.com/[EMAIL PROTECTED]
 
 




__ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: Where can I download The MySQL C API??

2005-01-25 Thread Ian Gibbons
On 25 Jan 2005 at 16:07, Shuva, Judith wrote:

 Hi J.R.
 
 Thanks for your answer. 
 
 I saw that the API suppose to be in the MySQL server, so I downloaded 
 mysql-essential-4.1.9-win32.msi, but after the installation, I can't
 find the API in the MySQL folder...
 
 Please, HELP!

Hi,

The MySQL API ( libmysql.dll ) is usually in the MYSQL PATH\bin folder.

Regards

Ian
-- 


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]