How do I connect to MySQL 5.1 in Visual Studio 2010?(如何在 Visual Studio 2010 中连接到 MySQL 5.1?)
问题描述
有人知道如何使用 MySQL 5.1://en.wikipedia.org/wiki/Microsoft_Visual_Studio#Visual_Studio_2010" rel="noreferrer">Visual Studio 2010?
Does any one know how to connect to MySQL 5.1 with Visual Studio 2010?
我已经尝试过 MySQL 连接器/ODBC 路线,它给我带来了非常糟糕的结果.表行都在视图部分中作为视图列出,而表或过程文件夹中根本没有列出任何内容.
I have already tried the MySQL Connector/ODBC route and it got me really nasty results. The table rows were all listed as a view in the views section and nothing at all was listed in the tables or procedures folder.
推荐答案
为了让 Entity Frame 与 VS2010 一起工作,我必须执行以下操作:
To get the Entity Frame working with VS2010, I had to do the following:
- 这只适用于 Mysql .net Connector v6.3.1 (alpha).以前的版本忽略了 VS 2010(点击开发版本)
- 我不得不重命名我的 Frameworkv1.1.4322CONFIG 文件夹.否则安装将失败.完成后重新命名
(我在博客上写过这个这里)
(I've blogged about this here)
更新6.3.2 处于测试阶段,我可以确认这有效.(我不需要重命名框架文件夹)
Update 6.3.2 is in beta and I can confirm this works. (I didn't need to rename the framework folder)
这篇关于如何在 Visual Studio 2010 中连接到 MySQL 5.1?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 Visual Studio 2010 中连接到 MySQL 5.1?
基础教程推荐
- SQL Server 中单行 MERGE/upsert 的语法 2021-01-01
- ERROR 2006 (HY000): MySQL 服务器已经消失 2021-01-01
- 无法在 ubuntu 中启动 mysql 服务器 2021-01-01
- SQL Server:只有 GROUP BY 中的最后一个条目 2021-01-01
- SQL Server 2016更改对象所有者 2022-01-01
- 如何在 SQL Server 的嵌套过程中处理事务? 2021-01-01
- 将数据从 MS SQL 迁移到 PostgreSQL? 2022-01-01
- Sql Server 字符串到日期的转换 2021-01-01
- 使用pyodbc“不安全"的Python多处理和数据库访问? 2022-01-01
- 在 VB.NET 中更新 SQL Server DateTime 列 2021-01-01