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 Standard
> 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
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 equiv