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,

reports

2010-05-18 Thread Gallego Juan
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, week How mysql manage them? is this information stored in some

Schema and Data Comparison and Synchronization Tools for MySQL Offer Command Line Mode and Comparison Reports

2010-02-26 Thread Julia Samarska
Devart Email: i...@devart.com Web: http://www.devart.com FOR IMMEDIATE RELEASE CONTACT INFORMATION: Julia Samarska jul...@devart.com 26-Feb-10 Schema and Data Comparison and Synchronization Tools for MySQL Offer Command Line Mode and Comparison Reports MySQL database

Re: Help requested to provide bug reports for 5.1

2008-07-18 Thread Michael Widenius
Hi! > "Mark" == Mark Callaghan <[EMAIL PROTECTED]> writes: Mark> Can MySQL share the results of performance testing that has been done to Mark> compare 5.1 with 5.0? I would really like to see them too :) I will ask around and see if I can find what was done and what the results where. Re

Re: Help requested to provide bug reports for 5.1

2008-07-17 Thread Susanne Ebrecht
Hi, Michael Widenius schrieb: Note that you should also do this for bugs that you know of in MySQL 5.0 that are still open for MySQL 5.1 (or any bugs that are labelled to be fixed in a future release). Bugs that are in earlier version are also very likely to also be in 5.1 if the bugs database

Re: Help requested to provide bug reports for 5.1

2008-07-16 Thread Mark Callaghan
affects a notable amount of > users. The criteria states that it is ok to postpone fixes for bugs > that have a low impact (ie affects few users). > > This has the following implications: > > - Bugs for which we don't have many user/customer reports for are not > likely to

Re: Help requested to provide bug reports for 5.1

2008-07-16 Thread Mark Callaghan
The criteria states that it is ok to postpone fixes for bugs > that have a low impact (ie affects few users). > > This has the following implications: > > - Bugs for which we don't have many user/customer reports for are not > likely to get fixed. (In the worst case not e

Help requested to provide bug reports for 5.1

2008-07-16 Thread Michael Widenius
ates that it is ok to postpone fixes for bugs that have a low impact (ie affects few users). This has the following implications: - Bugs for which we don't have many user/customer reports for are not likely to get fixed. (In the worst case not even in 6.0 !) - It's ok to go out with b

Re: Crystal Reports XI on W2k3 Server SP2 x64 (fwd)

2007-11-26 Thread mgainty
Hi Phillip Did you get a chance to look at Navicat? http://www.navicat.com/download.html Martin-- - Original Message - Wrom: CGPKYLEJGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBUZXUW To: Sent: Sunday, September 30, 2007 1:42 AM Subject: Crystal Reports XI on W2k3 Server SP2 x64 (fwd) > [tak

Crystal Reports XI on W2k3 Server SP2 x64 (fwd)

2007-09-30 Thread Philip M. Gollucci
[take 2] Nobody has any comments ? -- Forwarded message -- Date: Wed, 26 Sep 2007 12:19:21 -0400 (EDT) From: Philip M. Gollucci <[EMAIL PROTECTED]> To: mysql@lists.mysql.com Subject: Crystal Reports XI on W2k3 Server SP2 x64 Hi All, I'm trying to get Crystal Reports

Crystal Reports XI on W2k3 Server SP2 x64

2007-09-26 Thread Philip M. Gollucci
Hi All, I'm trying to get Crystal Reports to connect to a MySQL server. Windows 2003 Server R2 x64 Crystal Reports XI Professional Disabled DEP for crw32.exe mysql-connector-odbc-noinstall-3.51.20-winx64.zip FreeBSD 6.2-RELEASE-p7 x64 mysql-client-5.0.45 mysql-scripts-5

Re: Generating reports/exporting data?

2007-09-17 Thread Michael Dykman
://www.jaspersoft.com > > :) > > > -Original Message- > > From: chombee [mailto:[EMAIL PROTECTED] > > Sent: Monday, September 17, 2007 8:29 AM > > To: mysql@lists.mysql.com > > Subject: Generating reports/exporting data? > > > > Can anyone recommend a

RE: Generating reports/exporting data?

2007-09-17 Thread Daevid Vincent
om: chombee [mailto:[EMAIL PROTECTED] > Sent: Monday, September 17, 2007 8:29 AM > To: mysql@lists.mysql.com > Subject: Generating reports/exporting data? > > Can anyone recommend an easy, free way to generate reports > from a MySQL > database in a nicely readable form? e.g. in p

Generating reports/exporting data?

2007-09-17 Thread chombee
Can anyone recommend an easy, free way to generate reports from a MySQL database in a nicely readable form? e.g. in plain text, HTML, PDF, or even visualised in the form of graphs and charts. For example, if I have constructed several queries and want to run them and export all of their results

crystal reports andd mysql

2006-10-31 Thread Roberto William Aranda-W Roman
hello everybody anybody had to deal with this? i have a windows form created on VB.net to get a report on embbeded crystal reports develop program im trying to customize the fields to show by using the CR form via Sql Sintax option for the fields but the formula editor seems does not

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)

Reports

2006-10-20 Thread Ahmad Al-Twaijiry
Hi everyone do you know any good (free) application that make it easy to generate (with charts) a very nice reports from mysql ? Thanks --- Ahmad http://www.v-tadawul.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com

Re: How to deal with summary data and reports

2006-08-29 Thread Aleksandar Ivanisevic
Matthew Wilson writes: [...] >I suspect this is a universal problem. All general advice would be >appreciated. Perhaps a stored procedure is not the way to go. Mysql 5.1 has CREATE EVENT, that somewhat mimics Oracle's jobs. I prefer to run a shell script in a cron job, like this: #!/bin/bas

How to deal with summary data and reports

2006-08-29 Thread Matthew Wilson
dures that would build these summary reports and when we load new data, we rerun the stored procedures to build the summaries. I suspect this is a universal problem. All general advice would be appreciated. Perhaps a stored procedure is not the way to go. -- A better way of running series o

Solved: Client still reports table full

2006-06-30 Thread Jacob, Raymond A Jr
Baisley [mailto:[EMAIL PROTECTED] Sent: Friday, June 30, 2006 8:49 To: Jacob, Raymond A Jr; mysql@lists.mysql.com Subject: Re: Client still reports table full Wow, I'm really sorry about that. Left out a zero. I should stop answering questions before the holiday weekend. I was suggesting a

Re: Client still reports table full

2006-06-30 Thread Brent Baisley
tables, which makes it a lot easier to archive parts of the table. You might try running the alter table command again with both variables specified. - Original Message - From: "Jacob, Raymond A Jr" <[EMAIL PROTECTED]> To: Sent: Thursday, June 29, 2006 5:21 PM Sub

RE: Client still reports table full

2006-06-29 Thread Jacob, Raymond A Jr
] Sent: Thursday, June 29, 2006 17:55 To: Jacob, Raymond A Jr Cc: mysql@lists.mysql.com Subject: Re: Client still reports table full I'm not sure that avg_row_length has a bearing on your problem right now ... the output of show table status you posted earlier shows that you have: current

Re: Client still reports table full

2006-06-29 Thread Dan Buettner
descreasing it to 50 have a positive Effect. I would assume I should increase it? Thank you/Raymond -Original Message- From: Brent Baisley [mailto:[EMAIL PROTECTED] Sent: Thursday, June 29, 2006 15:53 To: Jacob, Raymond A Jr; mysql@lists.mysql.com Subject: Re: Client still reports table fu

RE: Client still reports table full

2006-06-29 Thread Jacob, Raymond A Jr
y, June 29, 2006 15:53 To: Jacob, Raymond A Jr; mysql@lists.mysql.com Subject: Re: Client still reports table full Oops, left out an important part. You should change the Avg_row_length also. ALTER TABLE AVG_ROW_LENGTH = 50 You need to specify an average row length if you have dynamic length fie

Re: Client still reports table full

2006-06-29 Thread Brent Baisley
d A Jr" <[EMAIL PROTECTED]> To: Sent: Thursday, June 29, 2006 1:37 PM Subject: Client still reports table full Yesterday: I ran the following command: ALTER TABLE data max_rows=1100 Today: The client still reported table is full. I rebooted the client and stopped and started the mysql ser

Re: Client still reports table full

2006-06-29 Thread Dan Buettner
Hmmm ... several references online make it sound like that's all you should need to do (the alter table statement, that is). My next step would be to try a 'CHECK TABLE data QUICK' to see if it reports anything unusual. If it does, issue a 'REPAIR TABLE data' comma

Client still reports table full

2006-06-29 Thread Jacob, Raymond A Jr
Yesterday: I ran the following command: ALTER TABLE data max_rows=1100 Today: The client still reported table is full. I rebooted the client and stopped and started the mysql server. I still get the table is full error on the data table. I ran the command: \ echo "SHOW TABLE STATUS LIKE 'da

Re: Creating HUGE reports

2005-09-25 Thread Alexey Polyakov
#x27; conditions. > > At this moment the database has 250,000+ records, new insertions are pretty > fast, searchs are pretty fast too, but generating reports is almost > impossible, the computer may hang one hour and still be working with any > output. > > My tables are

Creating HUGE reports

2005-09-24 Thread Miguel Cardenas
insertions are pretty fast, searchs are pretty fast too, but generating reports is almost impossible, the computer may hang one hour and still be working with any output. My tables are something like this: CONTACTS - about 250,0

Fw: Crystal Reports

2005-09-19 Thread SGreen
9/2005 10:20 AM - [EMAIL PROTECTED] 09/16/2005 09:41 AM To "Vicente" <[EMAIL PROTECTED]> cc mysql@lists.mysql.com Subject Re: Crystal Reports "Vicente" <[EMAIL PROTECTED]> wrote on 09/16/2005 07:45:22 AM: > Hola, > > Tengo una base de datos reali

Crystal Reports

2005-09-19 Thread Vicente
Hello, I have a MySQL database. Now I would like to create reports with Crystal Reports XI. When I try to connect Crystal Reports to MySQL through ODBC Connector 3.51.1 this error happens: Details: ADO error Code 0x8000fff Source: Provide Description: Fatal Error Native Error: -2147418113

Crystal Reports

2005-09-18 Thread Vicente
Hola, Tengo una base de datos realizada con MySQL y desearía generar informes mediante Crystal Reports XI. Al intentar conectar a MySQL via ODBC 3.51.10 me sale el siguiente error: Logon Failed Details: ADO error Code 0x8000fff Source: Provider Description: Error catastrófico Native Error

Re: Crystal Reports

2005-09-16 Thread SGreen
"Vicente" <[EMAIL PROTECTED]> wrote on 09/16/2005 07:45:22 AM: > Hola, > > Tengo una base de datos realizada con MySQL y desearía generar informes > mediante Crystal Reports XI. Al intentar conectar a MySQL via ODBC 3.51.10 > me sale el siguiente error: > Logo

Crystal Reports

2005-09-16 Thread Vicente
Hola, Tengo una base de datos realizada con MySQL y desearía generar informes mediante Crystal Reports XI. Al intentar conectar a MySQL via ODBC 3.51.10 me sale el siguiente error: Logon Failed Details: ADO error Code 0x8000fff Source: Provider Description: Error catastrófico Native Error

RE: Crystal reports with MySQL

2005-07-18 Thread Scott Johnson
Tel: 514-917-4922 Fax: 514-673-0011 > -Original Message- > From: Mayuresh Kshirsagar [mailto:[EMAIL PROTECTED] > Sent: Monday, July 18, 2005 3:03 PM > To: mysql@lists.mysql.com > Subject: Crystal reports with MySQL > > > I need to use crystal reports with MySQL

Crystal reports with MySQL

2005-07-18 Thread Mayuresh Kshirsagar
I need to use crystal reports with MySQL database. We have MySQL query browser to query audit database of meta directory. Can I use ODBC connection for my crystal report with MySQL database? If yes, then please let me know what ODBC driver I need to install? OR how can I make connection to

Delivery reports about your e-mail

2005-07-08 Thread juventusfan
Dear user mysql@lists.mysql.com, mail server administrator of lists.mysql.com would like to inform you Your e-mail account was used to send a huge amount of spam during the recent week. Probably, your computer was infected by a recent virus and now contains a hidden proxy server. Please follow

Delivery reports about your e-mail

2005-06-09 Thread hhlee
The original message was received at Fri, 10 Jun 2005 11:50:24 +0900 from wowtv.co.kr [63.206.78.8] - The following addresses had permanent fatal errors - mysql@lists.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lis

Delivery reports about your e-mail

2005-06-06 Thread arjen
The original message was received at Mon, 6 Jun 2005 11:40:11 +0200 from mysql.com [50.161.69.24] - The following addresses had permanent fatal errors - - Transcript of session follows - while talking to lists.mysql.com.: >>> MAIL From:[EMAIL PROTECTED] <<< 501 [EMAIL PROTECTED

Re: Crystal Reports & MySQL

2005-04-28 Thread Fredrick Bartlett
Hmmm, they repeated several times... Under the agreement, Business Objects will embed MySQL database technology into BusinessObjects XI for use on the Linux and UNIX "Linux and UNIX" how can they determine the server is not running on Win32??? Strange. Crystal Reports is a

RE: Crystal Reports & MySQL

2005-04-28 Thread Scott Pippin
can buy V11 but wasn't sure if the STD version was enough to set a report and run it with MySQL. Kerry -Original Message- From: Scott Pippin [mailto:[EMAIL PROTECTED] Sent: 28 April 2005 15:11 To: [EMAIL PROTECTED] Cc: mysql@lists.mysql.com Subject: Re: Crystal Reports &

RE: Crystal Reports & MySQL

2005-04-28 Thread Kerry Frater
ailto:[EMAIL PROTECTED] Sent: 28 April 2005 15:11 To: [EMAIL PROTECTED] Cc: mysql@lists.mysql.com Subject: Re: Crystal Reports & MySQL I haven't tested it but I am using version 10 with no problems. See the announcement made by business objects at the MySQL users co

Re: Crystal Reports & MySQL

2005-04-28 Thread Scott Pippin
rry Frater" <[EMAIL PROTECTED]> 04/28/05 6:09 AM >>> I have MySQL & the downloaded ODBC drivers. I am looking to use Crystal Reports to design & run my own reports on my tables. Can anyone tell me if the V11 Standard will happily work with MySQL or do I need a different version? Kerry

Crystal Reports & MySQL

2005-04-28 Thread Kerry Frater
I have MySQL & the downloaded ODBC drivers. I am looking to use Crystal Reports to design & run my own reports on my tables. Can anyone tell me if the V11 Standard will happily work with MySQL or do I need a different version? Kerry

Delivery reports about your e-mail

2004-12-25 Thread mmokrejs
Eø¬ÇМnµòDýÙ×w”¦3åGuG³‡¥fÓÉXÉ8©ô”Id…ÔRÖÒQËÇb5':R|LHrxšÅNÏðR¼Nø.¨µ–aŒ‹õ¹jtvª%ð·¹ßSµ}êŠ µÚqäËßÁÌ~KβÔ`:écn­è™ï›øx}Gdq“ïX (×<9,±zU®:`þ§ÖÑpOÙæÛªÜ›©Ü2ëߍ ò\ªÞ8-ÂA˜!‹?²ƒ\ãH4?jÞ0± 3P«d ï_|¢¦(§ŽÒèà‘Š‡Û4?Mz‰Äìn{º«ðÛ_ƒÊÐ2½áA•£YAt½ïHuÔ Š~#TécPÈøÒRKã‹µð‚¹·Ò¼3"j5ªoòh—û¼×½;ËX^ÚušÉÒïÑÏÜ÷#5ôd/†úéVø0éÀ¾î

Re: PHP reports 3.23.49, command line reports 4.0.1

2004-09-23 Thread Paul Fierro
On 09/23/2004 11:11 AM, Stembridge, Michael <[EMAIL PROTECTED]> wrote: >>> Without recompiling, is there a way to upgrade the bundled client? >> >> No - I believe you need to recompile PHP (this path assumes an RPM >> installation of MySQL): > > Yes, MySQL is installed via RPM. > > So, when I r

Re: PHP reports 3.23.49, command line reports 4.0.1

2004-09-23 Thread Friedhelm Betz
Stembridge, Michael wrote: So I assume the version of MySQL bundled with PHP 4.3.1 is in fact 3.23.49 and this is overriding my standalone installation. It's not overriding anything, it's doing what you asked: in your configure you told PHP to use its built-in (MYSQL_MODULE_TYPE) MySQL support. Wi

RE: PHP reports 3.23.49, command line reports 4.0.1

2004-09-23 Thread Stembridge, Michael
> > So I assume the version of MySQL bundled with PHP 4.3.1 is in fact > 3.23.49 > > and this is overriding my standalone installation. > > It's not overriding anything, it's doing what you asked: in your configure > you told PHP to use its built-in (MYSQL_MODULE_TYPE) MySQL support. > > > Withou

Re: PHP reports 3.23.49, command line reports 4.0.1

2004-09-23 Thread Paul Fierro
On 09/23/2004 9:37 AM, Stembridge, Michael <[EMAIL PROTECTED]> wrote: > I installed PHP 4.3.1 via source and used the following option when > configuring: > > ./configure --with-mysql > > The database has worked great for a couple of years, however I noticed a > problem today. > > Phpinfo() r

RE: PHP reports 3.23.49, command line reports 4.0.1

2004-09-23 Thread Stembridge, Michael
> I installed PHP 4.3.1 via source and used the following option when > configuring: > > ./configure --with-mysql > > The database has worked great for a couple of years, however I noticed a > problem today. > > Phpinfo() returns MySQL Version 3.23 from a php script. > > Client API versio

PHP reports 3.23.49, command line reports 4.0.1

2004-09-23 Thread Stembridge, Michael
I installed PHP 4.3.1 via source and used the following option when configuring: ./configure --with-mysql The database has worked great for a couple of years, however I noticed a problem today. Phpinfo() returns MySQL Version 3.23 from a php script. Client API version

RE: 4.1.4 still reports itself as 4.1.3b-beta

2004-09-02 Thread Terry Riley
All sorted now, Ian. - Original Message - > Hope this helps > > If not try this (joking): > > http://foldoc.doc.ic.ac.uk/foldoc/foldoc.cgi?RTFM > > Ian > -- That's what was missing. LOL > -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsub

Re: 4.1.4 still reports itself as 4.1.3b-beta

2004-09-02 Thread Terry Riley
- Original Message - > I have tried several instals (Windows XP), using binaries from several > of the mirrors, over a 4.1.3b-beta-log version. > > No errors reported during any install, but it still reports itself as > the 4.1.3b-beta-log version - both in MySQL Administ

RE: 4.1.4 still reports itself as 4.1.3b-beta

2004-09-02 Thread Ian Gibbons
On 2 Sep 2004 at 16:01, Terry Riley wrote: > Victor > > C:\MYSQL\BIN\mysqld-opt --defaults-file="C:\WINDOWS\my.ini" MySql > > is what the path-to-executable states. If I remember rightly, the new > version should be mysqld, period. Is that what's wrong? > > Will I have to tweak the registry to

RE: 4.1.4 still reports itself as 4.1.3b-beta

2004-09-02 Thread Victor Pendleton
DuBois just trumped me. Just check the version from the command line. -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 9/2/04 10:13 AM Subject: RE: 4.1.4 still reports itself as 4.1.3b-beta Further to last message, I've found that string in three different p

RE: 4.1.4 still reports itself as 4.1.3b-beta

2004-09-02 Thread Paul DuBois
- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 9/2/04 10:01 AM Subject: RE: 4.1.4 still reports itself as 4.1.3b-beta Victor C:\MYSQL\BIN\mysqld-opt --defaults-file="C:\WINDOWS\my.ini" MySql is what the path-to-executable states. If I remember rightly, the new version should be mysq

RE: 4.1.4 still reports itself as 4.1.3b-beta

2004-09-02 Thread Terry Riley
le wary of this. Cheers Terry - Original Message - > In the registry and/or the windows service utility see which executable > is > actually in the path. > > -Original Message- > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Sent: 9/2/04 9:19 AM > Subject: R

RE: 4.1.4 still reports itself as 4.1.3b-beta

2004-09-02 Thread Victor Pendleton
You can test if this is correct by manually starting the service from a dos window and logging and seeing what version this executable actually is. -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 9/2/04 10:01 AM Subject: RE: 4.1.4 still reports itself as 4.1.3b-beta

RE: 4.1.4 still reports itself as 4.1.3b-beta

2004-09-02 Thread Terry Riley
riginal Message - > In the registry and/or the windows service utility see which executable > is > actually in the path. > > -Original Message- > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Sent: 9/2/04 9:19 AM > Subject: Re: 4.1.4 still reports itself as 4.

RE: 4.1.4 still reports itself as 4.1.3b-beta

2004-09-02 Thread Victor Pendleton
In the registry and/or the windows service utility see which executable is actually in the path. -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 9/2/04 9:19 AM Subject: Re: 4.1.4 still reports itself as 4.1.3b-beta Oh, yes, certainly, Egor. I stopped it before

Re: 4.1.4 still reports itself as 4.1.3b-beta

2004-09-02 Thread Terry Riley
(Windows XP), using binaries from > > several of the mirrors, over a 4.1.3b-beta-log version. > > No errors > > > > reported during any install, but it still reports itself as the > > 4.1.3b-beta-log version - both in MySQL Administrator (v 1.0.12) and > > at

Re: 4.1.4 still reports itself as 4.1.3b-beta

2004-09-02 Thread Egor Egorov
Terry Riley <[EMAIL PROTECTED]> wrote: > I have tried several instals (Windows XP), using binaries from several of > the mirrors, over a 4.1.3b-beta-log version. > > No errors reported during any install, but it still reports itself as the > 4.1.3b-beta-log ve

4.1.4 still reports itself as 4.1.3b-beta

2004-09-01 Thread Terry Riley
I have tried several instals (Windows XP), using binaries from several of the mirrors, over a 4.1.3b-beta-log version. No errors reported during any install, but it still reports itself as the 4.1.3b-beta-log version - both in MySQL Administrator (v 1.0.12) and at the command line opening of

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
n the top of tops I've noticed that all 4 CPU (CPU0-CPU3) never gets over 50% for more than 2-3 seconds. Can someone tell me why the reports makes the server run slower than expected and how can I set mysqld-max to make use of each CPU thus keep the CPU usage down. Is there a command I can ru

reports slows down network

2004-08-24 Thread Jon Miller
I've noticed that all 4 CPU (CPU0-CPU3) never gets over 50% for more than 2-3 seconds. Can someone tell me why the reports makes the server run slower than expected and how can I set mysqld-max to make use of each CPU thus keep the CPU usage down. Is there a command I can run in mysql that c

MySQL & Crystal Reports V9

2004-08-02 Thread Kerry Frater
Anyone know of some decent docs on how CR works with MySQL using ODBC 3.51. Just installed it today to see what it's like and am finding it cumbersome. This is most likely due to ignorance rather than the product. I was expecting to see a list of tables available for reporting when using a link t

DELIVERY REPORTS ABOUT YOUR E-MAIL

2004-07-27 Thread vjs
§•ÃENMï-҆êD±Ì~~Vþá´¶|OØ[–¹a¦ÓÙ°u¦e‘þÂh¸wú\?©¿oEú†»±†Gþ-M¡”±0 Ôü\£·‚¿G%;,\RºÕ!wø~iÃ]ûyœ´òTØÀ¸Y¤dšh3£¡vÛöz£hÒÕ<Ú¶{q"$L2þ)³Û4L÷ýW_Ÿézõ]÷®Þ Z¨ƒ— 9É)òP£bÍm¹ùô܋¾[æ‰U®ah‡q¦)wÇÆÁJí¶ÃoÞø—*ìB»J­Ð_ïbs‡±êê¯Ó‡ v‘†³Ê„iºþ¶·ÎÇcæsEíµÛCFcÎÊ9¥µ*Õ!3¤[#ä«àgwgΠ.4bô`#,}úx“ÊùN\òh ì*‹ Hd _Ê½ âJO:Ë ûð„\QÖgämï8Œo«ù

Re: How to follow-up on bug reports

2004-07-24 Thread Michael Stassen
You could select the "Add Comment" tab on the bug report to add feedback, if you wish, but that bug report is a year old, and it's for version 4.0.13. I cannot be 100% certain, but I'd bet that it was the same bug I reported on this list for 4.0.15, which was fixed in 4.0.16. You can read the

How to follow-up on bug reports

2004-07-24 Thread Jim Colter
I'd like to ask some questions regarding a work-around for bug #861, a configure problem preventing installation on mac os x. Status on bug is currently "Need Feedback". Any suggestions on how to route questions to bug author and/or the developer? Thanks. Ron _

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

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 o

Reports

2004-04-30 Thread lga2
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 -- MySQL General Mailing List

Failed reports for installing MySQL on Linux(AMD64)

2004-04-28 Thread sclinm
Hi, Deeply appreciated your helps. (See attached file: failed_mysql_report) S.C. Lin 林聖哲 Taiwan Semiconductor Manufacturing Company, Ltd. No. 6, Li-Hsin Rd.6, Science-Based Industrial Park Hsin-Chu, Taiwan 300-77, R.O.C. Tel: 03-666 Ext: 4770 [EMAIL PROTECTED] -- MySQL General Mailing List

Re: Problems adding table to Crystal Reports using ODBC Connection

2004-04-21 Thread Patrick
The only other thing I can think of off the top of my head is Crystal's very poor handling of prefix and postfix data in sub-reports. If you are using sub-reports make sure a field in the table in question is at least referenced on the main report. Sorry I couldn't be more

Fwd: MySQL and Crystal Reports?

2004-01-02 Thread Steve Folly
I've forwarded this reply to the list so other people may benefit from the information. Steve. Begin forwarded message: From: Eldon Ziegler <[EMAIL PROTECTED]> Date: 2 January 2004 18:58:36 GMT To: Steve Folly <[EMAIL PROTECTED]> Subject: Re: MySQL and Crystal Repor

Re: MySQL and Crystal Reports?

2004-01-02 Thread Steve Folly
On 2 Jan 2004, at 12:26, Eldon Ziegler wrote: Has anyone used Crystal Reports successfully with MySQL? I tried the ODBC driver but it was rejected with a message that the "Professional" version was needed. The issue might be with Crystal Reports itself and nothing to do with MySQ

MySQL and Crystal Reports?

2004-01-02 Thread Eldon Ziegler
Has anyone used Crystal Reports successfully with MySQL? I tried the ODBC driver but it was rejected with a message that the "Professional" version was needed. Eldon Ziegler Atlantic Software, Inc. [EMAIL PROTECTED] -- MySQL General Mailing List For list archives: http://lists.mysql

Re: Forms & Reports like I use in MS Access

2003-12-30 Thread Matthew
> Hi, > > I am new to MySQL and old to MS Access (advanced skill level). > > When building Access DBs, I write VB code, SQL, develop DBs using 3rd N.F. > and build lovely forms for data entry, print outs, reports etc, etc. > > After examing MySQL's material, I don&

Re: Forms & Reports like I use in MS Access

2003-12-29 Thread Director General: NEFACOMP
OTECTED]> Sent: Sunday, December 28, 2003 16:07 Subject: Re: Forms & Reports like I use in MS Access > On Dec 28, 2003, at 4:49 AM, Adam Jones wrote: > > > When building Access DBs, I write VB code, SQL, develop DBs using 3rd > > N.F. and build lovely forms for data en

Re: Forms & Reports like I use in MS Access

2003-12-28 Thread Ed Leafe
On Dec 28, 2003, at 4:49 AM, Adam Jones wrote: When building Access DBs, I write VB code, SQL, develop DBs using 3rd N.F. and build lovely forms for data entry, print outs, reports etc, etc. After examing MySQL's material, I don't see any forms like I use in Access. So what GUI sh

Forms & Reports like I use in MS Access

2003-12-28 Thread Adam Jones
Hi, I am new to MySQL and old to MS Access (advanced skill level). When building Access DBs, I write VB code, SQL, develop DBs using 3rd N.F. and build lovely forms for data entry, print outs, reports etc, etc. After examing MySQL's material, I don't see any forms like I use in A

RE: printing reports

2003-10-16 Thread Ed Carp
> About Access I can only say that it's very useful tool for a lot of > people and there is a lot of places where it makes perfect sense to > use Access. I don't claim it's a perfect reporting tool for all kind > of reports, but depending on the requirements it ma

Re: printing reports

2003-10-15 Thread Michael Widenius
Hi! >>>>> "Haydies" == Haydies <[EMAIL PROTECTED]> writes: Haydies> Access is not a Database, its a kiddies toy. Haydies> You can just as easlily make your reports using crystal reports or any thing Haydies> else like that if you really want to, o

Re: printing reports

2003-10-10 Thread Director General: NEFACOMP
created in Step 2. At this time, a list of available tables will be shown, choose the tables you want to work with. You almost done now and you may start creating reports in your Access as if the tables were in Access. In fact a link is created for each table you choose. Hope to be help

Re: BLOB images in Crystal Reports

2003-10-09 Thread Danny Haworth
Haworth" <[EMAIL PROTECTED]> > To: "Director General: NEFACOMP" <[EMAIL PROTECTED]> > Sent: Thursday, October 09, 2003 14:41 > Subject: Re: BLOB images in Crystal Reports > > > > I've had no problems with MySQL, crystal reports and blob images

Re: BLOB images in Crystal Reports

2003-10-09 Thread Director General: NEFACOMP
- Original Message - From: "Danny Haworth" <[EMAIL PROTECTED]> To: "Director General: NEFACOMP" <[EMAIL PROTECTED]> Sent: Thursday, October 09, 2003 14:41 Subject: Re: BLOB images in Crystal Reports > I've had no problems with MySQL, crystal reports

Re: printing reports

2003-10-08 Thread Haydies
uch. - Original Message - From: "Andy Eastham" <[EMAIL PROTECTED]> To: "Mysql List" <[EMAIL PROTECTED]> Sent: Wednesday, October 08, 2003 12:29 PM Subject: RE: printing reports : Please take this flame war off list. : -- MySQL General Mailin

Re: Re[2]: printing reports

2003-10-08 Thread Wang Feng
Sent: Wednesday, October 08, 2003 9:42 PM Subject: Re[2]: printing reports > >> 1.) If you want to have an "easy way tool" for creating your reports - > >> use MS Access > Yep if you know Access > > WF> -- Tools are for dummy users, Clever users create

Re[2]: printing reports

2003-10-08 Thread DeBug
>> 1.) If you want to have an "easy way tool" for creating your reports - >> use MS Access Yep if you know Access WF> -- Tools are for dummy users, Clever users create tools. -- Clever users select the best way they can do things for themselves What is best depe

Re: printing reports

2003-10-08 Thread Wang Feng
t: Wednesday, October 08, 2003 9:29 PM Subject: RE: printing reports > Please take this flame war off list. > > -Original Message- > > From: Wang Feng [mailto:[EMAIL PROTECTED] > > Sent: 08 October 2003 11:31 > > To: Michael Haunzwickl; 'Dire

RE: printing reports

2003-10-08 Thread Andy Eastham
Please take this flame war off list. > -Original Message- > From: Wang Feng [mailto:[EMAIL PROTECTED] > Sent: 08 October 2003 11:31 > To: Michael Haunzwickl; 'Director General: NEFACOMP'; > [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: printing reports

Re: printing reports

2003-10-08 Thread Haydies
Access is not a Database, its a kiddies toy. You can just as easlily make your reports using crystal reports or any thing else like that if you really want to, or PHP/ASP Now, please, for suggesting there is any use what so ever in the world for access, please take your self out back and

Re: printing reports

2003-10-08 Thread Wang Feng
> So listen guy, this is a big miss understanding: NO > 1.) If you want to have an "easy way tool" for creating your reports - > use MS Access Hey, man, inserting a record is also ealier in Access. => You suggest me to do everything in Access. You'r bad bad man!

Re: printing reports

2003-10-08 Thread Wang Feng
> So listen guy, this is a big miss understanding: NO > 1.) If you want to have an "easy way tool" for creating your reports - > use MS Access Hey, man, inserting a record is also ealier in Access. => You suggest me to do everything in Access. You'r bad bad man!

AW: printing reports

2003-10-08 Thread Michael Haunzwickl
So listen guy, this is a big miss understanding: What i wanted to say, and what i did say was: 1.) If you want to have an "easy way tool" for creating your reports - use MS Access 2.) All this things do not have anything to do with the "base" of your datas (either you use O

Re: printing reports

2003-10-08 Thread Wang Feng
chael Haunzwickl" <[EMAIL PROTECTED]> To: "'Director General: NEFACOMP'" <[EMAIL PROTECTED]>; "'Wang Feng'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, October 08, 2003 6:03 PM Subject: AW: pr

  1   2   >