Link to home
Start Free TrialLog in
Avatar of scottstram
scottstram

asked on

Deploying a MySQL enabled app. What DLLs do I need to send with App

I am writing a App that uses MySQL, do I need to send the MySQL client with it or certian DLLs. (New to MySQL)
Avatar of Phoenix_s
Phoenix_s

I haven't gone too far in testing it, but there is an ODBC driver available for mysql and that can be hooked to the BDE and distributed that way.

Avatar of scottstram

ASKER

I want to uses MYSql without the BDE. I have the the zeos library components. I just need to know what is required to run MySQL databases on another computer that the program is deployed to. Is MySQLLib.DLL all that is needed, or do I need to send a client along with it.
I want to uses MYSql without the BDE. I have the the zeos library components. I just need to know what is required to run MySQL databases on another computer that the program is deployed to. Is MySQLLib.DLL all that is needed, or do I need to send a client along with it.
The Question has been up for to long without a Possible solution.
ASKER CERTIFIED SOLUTION
Avatar of josefonseca
josefonseca

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks for the info. Almost had given up on this question being answered :)