Daniel Lacal wrote:
>
> Hi I have to create a program that have to run under Windows (NT or 95/98), but the
> DataBase is created and running with MySQL under Linux, what do I have to do to connect?
>
> I know that I have to install the ODBC for windows, but it still can't connect. I
> need help
>
> Thank you
>
> Daniel Lacal (d_lacal@stripped)
Hi Daniel
If you want to connect to mysql via ODBC you need MyODBC.
Install it, create a DSN-entry (system or user) for each database you want to connect to
and start using it :)
Tschau
Christian