Re: reports

2010-05-18 Thread Raj Shekhar
In infinite wisdom Gallego Juan wrote: > [1 ] > Hi, > > I want to ask you the next topic, > > I have to deliver some reports and i want to know if exists some reporting > open source tool to generate them. > > The reports that i need are: > - how many users, sessions,cursors by hour, day, w

RE: Reports

2006-10-23 Thread andy.lawton
Try this: www.eclipse.org/birt Andy -Original Message- From: Kristen G. Thorson [mailto:[EMAIL PROTECTED] Sent: 20 October 2006 15:07 To: Ahmad Al-Twaijiry; MySQL List Subject: RE: Reports > -Original Message- > From: Ahmad Al-Twaijiry [mailto:[EMAIL PROTECTED] > Sen

RE: Reports

2006-10-20 Thread Kristen G. Thorson
> -Original Message- > From: Ahmad Al-Twaijiry [mailto:[EMAIL PROTECTED] > Sent: Friday, October 20, 2006 10:00 AM > To: MySQL List > Subject: Reports > > Hi everyone > > do you know any good (free) application that make it easy to generate > (with charts) a very nice reports from mysql ?

Re: reports slows down network

2004-08-24 Thread Daniel Kasak
Jon Miller wrote: This is the configuration file in use. /etc/my.cnf [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock port=3306 [mysql.server] user=root basedir=/var/lib [safe_mysqld] err-log = /var/log/mysqld.log pid-file= /var/run/mysqld/mysqld.pid

Re: reports slows down network

2004-08-24 Thread Daniel Kasak
Jon Miller wrote: We have MySQL and MySQL-MAX on a RH8 release. The server specs is as follows: Dual Xeon CPU 2.8GHz 2G DDR Memory 215GB HDD storage SCSI U160 HDD When a report (large one) runs I've noticed the following through tops. mysqld-max = 97.2 - 99.9 %CPU with 1.2% memory usage In the top

RE: Reports

2004-04-30 Thread electroteque
i'm using an app called report manager, its a report designer for linux and windows done in delphi and kylix. -Original Message- From: Bob Ramsey [mailto:[EMAIL PROTECTED] Sent: Saturday, May 01, 2004 8:36 AM To: [EMAIL PROTECTED] Subject: Re: Reports [EMAIL PROTECTED] wrote:

Re: Reports

2004-04-30 Thread Bob Ramsey
[EMAIL PROTECTED] wrote: hi, Is there a way to do report writing from Mysql databases? I want to transfer all the records from Mysql to a file. i used the Into OUTFILE but it doesnt display properly.I want to diplay it properly like records or reports. is there a way?? Thanks, Liz You a

Re: Reports

2004-04-30 Thread David Griffiths
EMS MySQL Manager (costs about $120 US) has a nice report-design and generation facility in addition to many other great things. Also, you could connect to your DB with PERL or Java, select your data out, and generate your reports in any format you wish. David. - Original Message - From:

Re: Reports

2004-04-30 Thread Stephen E. Bacher
>Is there a way to do report writing from Mysql databases? I want to >transfer all the records from Mysql to a file. i used the Into OUTFILE but it >doesnt display properly.I want to diplay it properly like records or reports. I wrote a basic Perl script to prettify the output of a MySQL qu

Re: reports

2002-12-24 Thread Insanely Great
What type of reports you want ? Probably you will have to develop your customized app to get the reports you want. Insane - Original Message - From: "geeta varu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 24, 2002 12:25 PM Subject: reports > sir, > i would like

Re: reports? from MySQL (oops, on a Mac)

2001-08-29 Thread Grigory Bakunov
Date |Wed, 29 Aug 2001 03:33:45 -0400 >From |[EMAIL PROTECTED] Hello! G> so, does this mean: G> siag works in Mac OS X, but in X Windows, i.e., XonX? yes. G> and, do i then have to use MySQL for X Windows (XFree86) system also G> or can i use the same MySQL i have for/on OS X itself? you can

Re: reports? from MySQL (oops, on a Mac)

2001-08-29 Thread get86
so, does this mean: siag works in Mac OS X, but in X Windows, i.e., XonX? and, do i then have to use MySQL for X Windows (XFree86) system also or can i use the same MySQL i have for/on OS X itself? thank you. At 12:22 PM +0500 8/29/01, Grigory Bakunov wrote: >Date |Wed, 29 Aug 2001 03:15:50 -

Re: reports? from MySQL (oops, on a Mac)

2001-08-29 Thread Grigory Bakunov
Date |Wed, 29 Aug 2001 03:15:50 -0400 >From |[EMAIL PROTECTED] Hello! G> dumb question: what do i put for macintosh G4/450 OS X? I all case you need 3 things - X Window, gcc, Mysql. I use Siag on OS/2, MS Windows and all Unixes - so it's will work with MacOS X.

Re: reports? from MySQL (oops, on a Mac)

2001-08-28 Thread get86
i untarred the siag app (very cool, hope it'll work) and dropped in my home dir. then i ran ./configure, make and make install... i got: checking host system type... configure: error: can not guess host type; you must specify one configure: error: ./configure failed for XawM [ichi:~/apps/siag-

Re: reports? from MySQL (oops, on a Mac)

2001-08-28 Thread Grigory Bakunov
Date |Wed, 29 Aug 2001 00:24:25 -0400 >From |[EMAIL PROTECTED] Hello! >>i'd like to ask... >>if any of you are familar with (File Maker Pro, most recent >>versions)... how does one go about using MySQL to create a printable >>report? e.g., where you select the fields you wanted in the report

Re: reports? from MySQL

2001-08-28 Thread j.urban
If you're accessing via Windows, you can use MyODBC and a reporting package such as Crystal Reports or Quick Reports or just about any ODBC-compliant reporting package. You should also be able to link MS Access to your MySQL database... For simple reports where you just want to print some data,

Re: reports? from MySQL

2001-08-28 Thread Dana Powers
linking tables via MyODBC + MS Access works great for me. dpk - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 28, 2001 12:06 AM Subject: reports? from MySQL > hello. > > with a lot of help from many of you and some very nice folks, i have > b

Re: reports

2001-04-29 Thread Gary Huntress
MySQL does not have a built in report generator. I use the commercial product Crystal Reports as my report generator. It is quite powerful, buggy in early versions, but they seem to be getting better. Try here http://www.crystaldecisions.com/products/crystalreports/ Regards, Gary "SuperID" H