Hi everyone,

Basically my problem is that I want to distribute a program that uses
the MySQL C API. The functions mysql_* are available in the dll which
can be packaged along with the programs exe. The database that the
program uses can also be rebuilt using an sql script so it does not need
to be distributed. The manual mentions how to go about connecting to the
database but doesn't mention about what to do for a machine that doesn't
have MySQL installed.
I assume the answer to my question is probably that you have to have
MySQL installed but I am just posting this here to be sure.
Any information at all on this topic would be appreciated!

-Tim


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to