You can use the mysql command client, it that is what you mean. You can also pass the query to the command client and then spool the output.
mysql < the query > report file (or something like that, just check the manual) to do it really without any other tools, third party or not, you can always hack the DB :) cheers /rudy -----Original Message----- From: Director General: NEFACOMP [mailto:[EMAIL PROTECTED] Sent: dinsdag 7 oktober 2003 16:49 To: Wang Feng; [EMAIL PROTECTED] Subject: Re: printing reports To get data from/into MySQL, you will always need a client software. So, the reporting thing should be implemented in your client software. Hope to be right!!! Thanks Emery ----- Original Message ----- From: "Wang Feng" <[EMAIL PROTECTED]> To: "Wang Feng" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, October 07, 2003 12:22 Subject: Re: printing reports > > In MySQL, how can I create and print reports without the help of neither a > > scripting language(e.g. php) nor a thrid party software tool? > > bad grammar :-( but you guys understand what i'm saying, right? :-) > > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] > > > -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]