关于 Visual Studio 和 MySQL 连接的问题

发布于 2024-07-30 05:56:34 字数 473 浏览 3 评论 0原文

可能的重复:
从哪里开始使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

挽容 2024-08-06 05:56:34

编辑:请注意,我认为您在列表中看到了“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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文