Re: PRINT statements
There are other ways of achieveing the same thing with MySQL stored procedures though. One is to use the MySQL ability to return multiple resultsets, this coule be used to achieve this, but would need some logic on the application side to separate returned data from text pass as just text.
Another, and easier, way would be to develop a small set of MySQL stored procedures to do just this. The DBMS_OUTPUT package is not very advanced (at least not when I looked last time), so to get the basic functionality should not be too complex.
Best regards
/Karlsson
Subject
Views
Written By
Posted
18989
November 23, 2004 06:06AM
11962
November 25, 2004 04:22AM
6983
November 25, 2004 05:01AM
6205
November 29, 2004 03:26PM
5080
July 03, 2008 06:41AM
Re: PRINT statements
5757
November 30, 2004 01:01PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.