10-24-2012 05:53 AM
Hi,
we are using CVI 2012 and the SQL Toolkit 2.2 and we want to connect to a MySQL database.
The MySQL database was created with MySQLServer. When we try to connect with DBConnect we get an error.
How can we connect the MySQL Database?
What do we have to type in the connection string in DBConnect? Is it the name of the database, the path to the database or anything else?
Does any one have experience with the SQL toolkit?
Thanks in advance
Oliver
Solved! Go to Solution.
10-24-2012 02:43 PM
You need to install the mysql connector odbc and then create an ODBC dns for your database.
control panel, administrative, odbc
10-31-2012 09:03 AM
Hi,
thanks for your help we got it to run
thanks
Oliver