连接 MySQL 与 Crystal Reports v10

发布于 2024-11-29 03:28:15 字数 493 浏览 1 评论 0原文

我是 Crystal Reports v10 的新手,正在创建要嵌入 Visual Studio 2010 表单中的报表。我使用的数据库服务器是MySQL。我在水晶报告中创建新连接时遇到一些问题。根据我所读到的内容,我应该选择 ODBC 以便将其连接到 MySQL。但是,当我选择 ODBC 和 LocalServer 并输入用户名和密码时,出现错误消息并显示登录失败。我做对了吗?请问您有什么可以帮我的吗?

我已经安装了 MySQL Connector/ODBC 5.1

在此处输入图像描述

在此处输入图像描述

在此处输入图像描述

I am new to Crystal Reports v10 and I'm creating reports to embed in Visual Studio 2010 forms. The database server I'm using is MySQL. I have some issues regarding to creating new connection in crystal reports. Based on what I've read, I should select the ODBC in order for me to connect it to the MySQL. However, when I select ODBC and LocalServer and enter the username and password an error message occurred and shows Logon Failed. Am I doing it right? Is there anything you could help me please?

I already installed the MySQL Connector/ODBC 5.1

enter image description here

enter image description here

enter image description here

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

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

发布评论

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

评论(2

冷情 2024-12-06 03:28:15

您需要安装 MySQL ODBC 连接器。从“管理工具”\“ODBC 数据源”控制面板创建 ODBC 数据源。然后它将在 Crystal Reports 中可用。

You need to install the MySQL ODBC Connector.. Create an ODBC data source from the Administrative Tools \ ODBC Data sources control panel. It will then be available in Crystal Reports.

旧瑾黎汐 2024-12-06 03:28:15

您必须下载适当版本的 mysql odbc 连接器,因为其中有两个:

  1. mysql odbc 连接器 Windows(x86,32 位),MSI 安装程序)
  2. mysql odbc 连接器 Windows(x86,64 位),MSI 安装程序)

如果 64- bit 无法运行,尝试卸载它并尝试 32 位 msi 安装程序

http://dev.mysql.com/downloads/connector/net/

You must download the appropriate version of mysql odbc connector since there are two of them:

  1. mysql odbc connector Windows (x86, 32-bit), MSI Installer)
  2. mysql odbc connector Windows (x86, 64-bit), MSI Installer)

if 64-bit doesn't run, try to uninstall it and try the 32 bit msi Installer

http://dev.mysql.com/downloads/connector/net/

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