在 Visual Studio 中注册 MySql 数据提供程序

发布于 2024-10-08 04:08:03 字数 298 浏览 0 评论 0原文

我需要创建使用数据库的.NET 应用程序。我想使用控制数据绑定功能。我已将简单的 GridView 添加到表单中,并希望将其绑定到数据库中的 MySql 表。但是当我选择SqlDataSource的连接时,没有MySql服务器。列表包括:

  1. Access 文件
  2. ODBC 数据源
  3. SQL Server
  4. Oracle 数据库
  5. SQLite 数据库文件

安装了 MySql 连接器。我想知道如何将我的自定义数据提供程序添加到此列表,在本例中为 MySQL

I need to create .NET application that uses databases. I want to use control data binding feature. I've added simple GridView to the form, and wanted to bind it to the MySql Table in database. But when I've choose SqlDataSource's connection, there wasn't MySql server. List consist of:

  1. Access file
  2. ODBC Data source
  3. SQL Server
  4. Oracle database
  5. SQLite database file

MySql connector was installed. I wonder how to add to this list my custom data provider, in this case MySQL

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

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

发布评论

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

评论(1

沉溺在你眼里的海 2024-10-15 04:08:03

MySQL Connector 6.0.7 出现错误 下载更新的连接器后我能够安装适配器

There was an error in MySQL Connector 6.0.7 After downloading newer Connector I was able to install adapter

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