Reputation: 1218
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...
Upvotes: 0
Views: 1276
Reputation: 351
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.
Upvotes: 0
Reputation: 4349
Check out JasperReports. http://jasperforge.org/projects/jasperreports
Upvotes: 2