连接 MySQL 与 Crystal Reports v10
我是 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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要安装 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.
您必须下载适当版本的 mysql odbc 连接器,因为其中有两个:
如果 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:
if 64-bit doesn't run, try to uninstall it and try the 32 bit msi Installer
http://dev.mysql.com/downloads/connector/net/