Re: What is MYSQL's equivalent to Oracle's DBMS_OUTPUT

2007-10-03 Thread Anders Karlsson
Have a look at my, with an update way overdue but allthesame, myProcDbg project at sourceforge. I think this might do what you are looking for. /Karlsson sol beach wrote: Oracle provides a stored procedure called DBMS_OUTPUT which primarily is used to write/print/display text string to

What is MYSQL's equivalent to Oracle's DBMS_OUTPUT

2007-09-26 Thread sol beach
Oracle provides a stored procedure called DBMS_OUTPUT which primarily is used to write/print/display text string to StandardOut (a.k.a. the terminal). In V5 MYSQL is there a functional equivalent? If so, what is it called. I am willing to RTFM if somebody provides me a clue as to which manual

Re: What is MYSQL's equivalent to Oracle's DBMS_OUTPUT

2007-09-26 Thread Olaf Stein
Is this for debugging purposes? Olaf On 9/26/07 12:37 PM, sol beach [EMAIL PROTECTED] wrote: Oracle provides a stored procedure called DBMS_OUTPUT which primarily is used to write/print/display text string to StandardOut (a.k.a. the terminal). In V5 MYSQL is there a functional equivalent?

Re: What is MYSQL's equivalent to Oracle's DBMS_OUTPUT

2007-09-26 Thread Martijn Tonies
Oracle provides a stored procedure called DBMS_OUTPUT which primarily is used to write/print/display text string to StandardOut (a.k.a. the terminal). In V5 MYSQL is there a functional equivalent? If so, what is it called. No, there isn't. I am willing to RTFM if somebody provides me a