mysql-connector-net-6.3.6(适用于.net框架)未显示在ODBC数据源中

发布于 2024-11-03 17:55:45 字数 273 浏览 1 评论 0原文

我已经安装了 mysql-connector-net-6.3.6,以将 mysql 支持集成到 Visual Studio 2008 Express Edition 中带有 Visual C#.net 的 C# 项目中。

但是,在我安装该工具后,Windows Xp 计算机中管理工具下的 ODBC 数据源应用程序中没有显示任何内容。

在视觉工作室中也没有什么新的东西出现。

有什么建议或指南来处理这个问题吗?

预先感谢...

问候, 穆斯塔法·卡迈勒

I've installed mysql-connector-net-6.3.6 to integrate mysql support into my C# project in Visual Studio 2008 Express Edition with visual C#.net.

But after I install the tool nothing is showing up into ODBC datasource application under Administrative tool in my Window Xp machine.

Also nothing appears new in visual studio as well.

Any suggestion or guidelines to handle this?

Thanks in advance....

Regards,
Mustafa Kamal

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

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

发布评论

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

评论(2

黯然 2024-11-10 17:55:45

安装后你不会在ODBC数据源中找到它,因为它不是ODBC驱动程序(它是ADO.NET驱动程序)。您会在 GAC 中找到一些 MySQL DLL,并在 machine.config 中找到痕迹。

此外,.NET 连接器没有集成到 VS Express 中,因为 VS Express 不支持可扩展性。

You won't find it in ODBC datasource after installation, because it is not an ODBC driver(it is ADO.NET driver). You will find some MySQL DLLs in GAC and traces in machine.config instead.

Also, there is no integration of .NET connector into VS Express, because VS Express does not support extensibility.

怂人 2024-11-10 17:55:45

在 Windows XP 上安装 MySQL ODBC 驱动程序后,该驱动程序不会出现在 ODBC 数据源管理器的“驱动程序”选项卡中。

尝试使用Regedit查看注册表项:

HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers

选择并删除(DEFAULT)字符串,然后重新启动计算机。

警告 - 警告 - 警告:错误地编辑注册表可能会导致严重的系统范围问题,可能需要您重新安装操作系统才能纠正。建议您在修改注册表之前先对其进行备份。

After installing the MySQL ODBC driver on Windows XP, the driver does not appears in the Drivers tab of the ODBC Data Source Administrator.

Try using Regedit to view the registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers

Select and delete the (DEFAULT) string, then restart the computer.

WARNING - WARNING - WARNING: Editing your Registry incorrectly can cause serious, system wide problems that may require you to reinstall your operating system to correct. It is advised that you back up your registry before modifying it.

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