Visual Studio Express 2008 可以连接到 MySQL 吗?

发布于 2024-10-31 00:38:26 字数 105 浏览 0 评论 0原文

我已安装 MySQL .NET 连接器,但它未显示在 Visual Studio Express Edition 中连接的数据源选项中。

这可能吗?如果是这样,我可以采取什么步骤?

I've installed MySQL .NET connector but it's not shown in data source options to connect in Visual Studio Express Edition.

Is this possible? If so, what steps can I take?

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

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

发布评论

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

评论(2

才能让你更想念 2024-11-07 00:38:26

VB Express 中仅显示两个用于数据连接的选项(这是故意的); Access 和 MS SQL。您将需要手动设置连接或升级 Visual Studio。这是 VB.Net 2005 Express 和 MySQL 的旧教程,但遵循的步骤应该是相同的 (VBMySQLTutorial)。

There are only two options shown in VB Express for data connections (this is intentional); Access and MS SQL. You will need to manually setup the connections or upgrade Visual Studio. Here is an older tutorial for VB.Net 2005 Express and MySQL, but the steps followed should be the same (VBMySQLTutorial).

舂唻埖巳落 2024-11-07 00:38:26

您实际上不需要连接到 MySQL 的工具。您只需编写 VB.NET 代码即可使用 MySqlCommandMySqlConnection 对象。

You won't actually need the tooling to connect to MySQL. You can simply write your VB.NET Code to use MySqlCommand and MySqlConnection objects.

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