嵌入式Mysql(libmysql.dll)和C# &网络

发布于 2024-11-24 07:22:51 字数 244 浏览 0 评论 0原文

我正在尝试使用 .net 框架连接到 mysql 数据库。我搜索了 c# 桌面应用程序或 asp.net 的示例,但没有结果。任何人都可以解释如何成功连接到嵌入式 mysql 数据库。

我在这里找到了一个库 sourceforge.net/mysqldrivercs 但不想使用任何额外的代码如果需要的话。

I'm trying to connect to a mysql database with .net framework. I've searched for an example for c# desktop app or asp.net but no result. Can anyone explain how to connect successfully to an embedded mysql database.

I've found a library here sourceforge.net/mysqldrivercs but don't want to use any extra code if necessary.

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

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

发布评论

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

评论(1

水中月 2024-12-01 07:23:01

您将需要使用某种连接器来连接到 MySql,就像您想要连接到 Sql Server 数据库一样,唯一的区别是 Sql Server 的程序集已内置到 .net 框架中。

请查看以下链接,例如有关连接到 MySql 的链接。

CodeProject 示例
示例 2

You will need to use some kind of connector to conect to MySql, just like you would if you wanted to connect to a Sql server database, only difference is that the assemblies for Sql Server have been built into the .net framework.

Take a look at the following links for example on connecting to MySql.

CodeProject Example
Example 2

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