mysql php web开发的报表系统
我已经在基于 Linux 的服务器上使用 php/mysql 完成了大部分 Web 开发工作。到目前为止它运行良好。我需要一个有效的报告系统来直接从 mysql 获取报告(在 Windows 服务器中使用 mssql 说“水晶报告”)
市场上是否有任何开源报告模块可以将其与 mysql 接口,或者我可以使用这个水晶报告吗本身但在Linux服务器中
请建议...
I have done most of my web development stuff with php/mysql in linux based server. Its been running fine as of now. I need an effective reporting system for taking reports directly from mysql (say 'crystal report' with mssql in windows server)
Is there any opensource reporting module stuff out in the market to interface it with mysql or otherwise can I make use of this crystal report itself but in linux server
Please suggest...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看 JasperReports。 http://jasperforge.org/projects/jasperreports
Check out JasperReports. http://jasperforge.org/projects/jasperreports
据我所知,您可以在 Windows 计算机上创建一个连接到 Linux 服务器的 MySQL 的 ODBC 连接器,然后在该 Windows 计算机上运行 Crystal Reports。
As far as I can tell, you could create an ODBC connector on a windows machine that connects to your Linux server's MySQL, and then run Crystal Reports on that windows machine.