如何在 Visual Studio 2010 中连接到 MySQL 5.1?

How do I connect to MySQL 5.1 in Visual Studio 2010?(如何在 Visual Studio 2010 中连接到 MySQL 5.1?)
本文介绍了如何在 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:

  1. 这只适用于 Mysql .net Connector v6.3.1 (alpha).以前的版本忽略了 VS 2010(点击开发版本)
  2. 我不得不重命名我的 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?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Hibernate reactive No Vert.x context active in aws rds(AWS RDS中的休眠反应性非Vert.x上下文处于活动状态)
Bulk insert with mysql2 and NodeJs throws 500(使用mysql2和NodeJS的大容量插入抛出500)
Flask + PyMySQL giving error no attribute #39;settimeout#39;(FlASK+PyMySQL给出错误,没有属性#39;setTimeout#39;)
auto_increment column for a group of rows?(一组行的AUTO_INCREMENT列?)
Sort by ID DESC(按ID代码排序)
SQL/MySQL: split a quantity value into multiple rows by date(SQL/MySQL:按日期将数量值拆分为多行)