Statically linking using C API only you will need  mysqlclient.lib

For odbc interface you'll need to make odbc calls in your code and use
myodbc.dll (Install myodbc on the client).

You can mix calls, but why would you.  I have found the C API to be the best
solution for us.  We statically link for dll avoidance. You can get the
source or pre-built client libraries from the MySQL web site.

I hope this helps.

Pat...

[EMAIL PROTECTED]
CocoNet Corporation
SW Florida's First ISP
825 SE 47th Terrace
Cape Coral, FL 33904





----- Original Message ----- 
From: "P Arunachalam" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 11, 2003 4:31 AM
Subject: reg C API from MySQL



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

Reply via email to