RE: Report Generator

2006-02-06 Thread George Law
Sent: Saturday, February 04, 2006 10:23 AM > To: MySQL-General > Subject: Report Generator > > Hi, I'm new to the list and not sure whether my question > belongs here or not. I'm looking for an open source program, > that runs on JSP, to generate reports on data in MySQL

Re: Report Generator

2006-02-06 Thread Gleb Paharenko
Hello. I'm not sure, but have a look here: http://dev.mysql.com/tech-resources/articles/dba-dashboard.html Chuck Craig wrote: > Hi, I'm new to the list and not sure whether my question belongs here or > not. I'm looking for an open source program, that runs on JSP, to > generate reports on d

Report Generator

2006-02-04 Thread Chuck Craig
Hi, I'm new to the list and not sure whether my question belongs here or not. I'm looking for an open source program, that runs on JSP, to generate reports on data in MySQL databases. I've found a few myself but they run on PHP. Any thoughts or advice would be very appreciated. -Chuck Craig -

Re: A report generator MySQL

2001-01-23 Thread Thomas Spahni
On Sat, 20 Jan 2001, Laurie Savage wrote: > I am writing a database to store student academic records at my local > high school. I wish to generate attractively published reports home to > parents. > > Does anybody know of a method or product that will produce elegantly > formatted reports from

Re: A report generator MySQL

2001-01-22 Thread Adam Stein
> I am writing a database to store student academic records at my local > high school. I wish to generate attractively published reports home to > parents. > > Does anybody know of a method or product that will produce elegantly > formatted reports from MySQL? StarOffice can create reports from

Re: A report generator MySQL

2001-01-20 Thread Pat Sherrill
Crystal Reports with MyODBC and MS Windows. Pat... - Original Message - From: "Laurie Savage" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 19, 2001 9:03 PM Subject: A report generator MySQL > I am writing a database to store student aca

RE: A report generator MySQL

2001-01-20 Thread Jacques Venter
Hi Laurie, You can also try: http://www.scibit.com/Mascon Full Reporting support, with images, graphs, pivottables, etc, etc. > -Original Message- > From: Laurie Savage [mailto:[EMAIL PROTECTED]] > Sent: 20 January 2001 04:03 > To: [EMAIL PROTECTED] > Subject: A report

Re: A report generator MySQL

2001-01-19 Thread Danny
-Hello - You can try the following methods:- Use php to code the report. This is easy once you have experience with php but there are many free php code out there such as phpwizards.net which can assist you. Cystal Report by Seagate is also a very good report generator. I am sure Cystral

RE: A report generator MySQL

2001-01-19 Thread Daniel Von Fange
What output media do you want? Paper or web? Some text formating tools I have found are: http://www.geocities.com/SiliconValley/Ridge/4280/GenericReportWriter/grwhom e.html http://mytextreport.sourceforge.net/en/manual.html Or, if you want to output to HTML, you could use the PHP programing lang

A report generator MySQL

2001-01-19 Thread Laurie Savage
I am writing a database to store student academic records at my local high school. I wish to generate attractively published reports home to parents. Does anybody know of a method or product that will produce elegantly formatted reports from MySQL? -