Rahul TS
Rahul TS

Reputation: 1218

Reporting system for mysql php web development

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

Answers (2)

Mitch Grande
Mitch Grande

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

Brian Showalter
Brian Showalter

Reputation: 4349

Check out JasperReports. http://jasperforge.org/projects/jasperreports

Upvotes: 2

Related Questions