
What i already did:
Installes MySQL-ODBC-Driver 5.2 Ansi/Unicode
I created a MySQL DB called: Centura
Added a User...
username: gupta
password: 123456
entered all informations in the mysql-odbc-connector (MOC) to user and system and tested the connection. MOC sayes the connection was successful.
no i want to test the connection in my app.
included a library with a function called mysql.init (that passes the login informations) and a function called connect that calls the mysql_real_connect with the informations from init. but it always says the connection was not possible...
is it so difficult tu set up a mysql connection ?

i will try to update my post here if i get some useful informations so i can create a tutorial for people who has the same problems.