RE: Web-based reporting tool?

2005-09-22 Thread Wiebe de Jong
If you're considering Java, how about looking at Jasper? http://jasperreports.sourceforge.net/ Wiebe -Original Message- From: Warrick Wilson [mailto:[EMAIL PROTECTED] Sent: Thursday, September 22, 2005 9:09 AM To: mysql@lists.mysql.com Subject: Web-based reporting tool? This seems to

migrating from Postgres to MySQL

2005-09-02 Thread Wiebe de Jong
I used mixed case in naming my schemas, tables and fields in Postgres 7.1. (i.e. onDemand.callDetailRecord) Now I have to move my app over to MySQL. What are the best practices for naming in MySQL? Wiebe