List:MySQL and .NET« Previous MessageNext Message »
From:Pavithra Date:July 22 2008 2:21pm
Subject:Technical Query on MySQL
View as plain text  
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. 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

 

 

 


Thread
Technical Query on MySQLPavithra22 Jul
Re: Technical Query on MySQLBonjo22 Jul