如何使MySQL数据提供商在Visual Studio 2022中的数据连接中存在

发布于 2025-01-31 20:46:54 字数 208 浏览 1 评论 0原文

我是这项技术的新手,我非常需要有关此MySQL数据库(MySQL数据提供商)的帮助。我计划在XAMPP数据库中使用数据绑定来导航学生详细信息,但是当我尝试创建数据集时,没有可用的MySQL数据库(MySQL数据提供程序)。我已经尝试了几乎所有我在互联网上看到的解决方案,但它们都没有起作用。请帮我。顺便说一句,我正在使用Visual Studio 2022和XAMPP MySQL作为数据库。先感谢您。

I am new to this technology and I badly need help regarding to this Mysql Database (Mysql Data Provider). I am planning to use data binding for my navigation of student details in my xampp database but when I'm trying to create a dataset, there wasn't Mysql Database (Mysql Data Provider) available. I've tried almost all solutions I've saw in the internet but none of them works. Please help me. btw I am using Visual Studio 2022 and Xampp Mysql for the database. Thank you in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

葬花如无物 2025-02-07 20:46:54

实际上,Visual Studio的MySQL尚未更新!它仅在VS 2019及更低的情况下运行,因此您目前无法在VS 2022上使用它。
但是,您可以通过连接 /断开连接模式将MySQL数据库与您的C#项目链接,但不能与实体框架联系起来。

Actually, MySQL for visual studio isn't updated yet! it runs only on VS 2019 and lower, so you can't use it on VS 2022 at this moment.
But you can link your MySQL database with your C# project via Connect / Disconnect mode but not with Entity framework.

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