我正在尝试用c#连接到MySql数据库。但是我得到了这个错误。Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified.Here its throwing the error<add name="DefaultConnection"
connectionString="DRIVER={MySQLODBC 5.2w Driver};
我在连接字符串中使用带有"Driver={MySQLODBC 5.1 Driver}“的System.data.odbc。然而,我没有意识到我的电脑上安装了MySQL连接器,所以我没有引用它,没有它它就不能工作。现在我需要将其嵌入到应用程序中进行分发。我已经下载了MySQL连接器/ODBC5.1文件,但是在添加引用时它显示"The file is accessible...make accessible...make i
Error Description: [Microsoft][ODBC Driver Manager] Data source name not found and no default driverspecifiedError Number: -2147467259 cn.Open "DRIVER={MySQLODBC 5.0.67 Driver};SERVER=localhost;