关于 Visual Studio 和 MySQL 连接的问题
可能的重复:
从哪里开始使用 C# 读卡器应用程序< br> 如何从 Windows 表单连接到 MySQL?
我已经安装了 XAMPP,其中包括 MySQL 版本 5。
我需要从 C# 连接到此数据库,但是当我尝试在 Visual Studio 中添加数据源时,它没有 MySQL 版本 5 的提供程序。
我需要什么为了完成这个?
Possible Duplicates:
Where to begin with Card Reader application in C#
How can I connect to MySQL from windows forms?
I have installed XAMPP, which includes MySQL version 5.
I need to connect to this database from C#, but when I try to add a data source in Visual Studio it doesn't have a provider for MySQL version 5.
What do I need in order to accomplish this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
编辑:请注意,我认为您在列表中看到了“Microsoft SQL Server Compact 3.5”提供程序,并且根本没有可供选择的 MySQL 提供程序。
您基本上需要安装集成到 Visual Studio 中的 .NET MySQL 提供程序。 可能没有集成到 Visual Studio 中的产品,但您可以在此处查看其他问题以获取一些信息:如何连接到mysql database from windows forms,其中列出了一些连接 MySQL 数据库的方法。
由于我在此处链接到的另一个问题,您的问题可能会被视为重复,并且可能会被关闭。
Edit: Note, I think you're seeing the "Microsoft SQL Server Compact 3.5" provider in your list, and that there is no MySQL provider at all that you can select.
You basically need to install a MySQL provider for .NET that integrates into Visual Studio. There might not be one that integrates into Visual Studio, but you can check this other question here for some information: how do I connect to mysql database from windows forms, which lists some ways to connect to a MySQL database.
Because of this other question that I linked to here, your question might be considered a duplicate, and might be closed.