Technical Query regarding ODBC
"Pavithra" <[email protected]>
| Newsgroups | gmane.comp.db.mysql.odbc |
|---|---|
| Organization | TestingCzars Software Solutions Pvt Ltd |
| Message-ID | <001101c8ebf9$5a440390$0ecc0ab0$@com> |
Hello,
I am using VS 2005 with MySQL as Back End. I tried using ODBC connection ,
but showing me an error in VS Connection String as " MySQL ODBC 3.51 Driver
not found" even though ODBC connection is set up correctly(MySQL ODBC 3.51
Driver). I am unable to figure out where exactly the problem is of course
its in ODBC Driver. My connection string is like this, my code is working
fine in others system but not in mine. I am scratching my head since 3 days.
using MySql.Data.MySqlClient;
MySqlConnection con = new MySqlConnection("Driver={MySQL ODBC 3.51
Driver};Server=127.0.0.1;Database=tcz;Username=root;Password=test;Port=3306;
")
Kindly resolve this as soon as possible. I need it urgently.
Cheers
Pavithra