如何将asp.net水晶报表与mysql连接

发布于 2024-09-02 22:18:23 字数 70 浏览 2 评论 0原文

如何将asp.net水晶报表与mysql数据库连接。就像sql server数据库连接一样。有没有可用的连接器来做到这一点..

how to connect asp.net Crystal report with mysql database. like sql server database connection .is there any connector available to do this..

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

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

发布评论

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

评论(2

长安忆 2024-09-09 22:18:23

您必须使用 MySQL ODBC 连接器。从 MySQL 站点获取它并在控制面板中创建用户 DSN。
注意:Crystal Reports 是 32 位应用程序,因此请使用 32 位 ODBC 连接器,否则所有 64 位连接器将无法工作。
一旦您能够连接到表,您将必须编写一些代码来将数据集加载到 ASPX 页面上,以便网页中的 Crystal Report 填充数据。

You will have to use the MySQL ODBC Connector. Get it from the MySQL site and create a USER DSN in the Control Panel.
NB: Crystal Reports is a 32-bit application, so get the 32-bit ODBC Connector otherwise all 64-bit Connectors will not work.
Once you are able to connect to your tables, you will have to write some code to load the datasets onto the ASPX page for the Crystal Report in your web page to get filled with data.

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