MySQL Forums
Forum List  »  Oracle

Re: PRINT statements
Posted by: Anders Karlsson
Date: November 30, 2004 01:01PM

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

Options: ReplyQuote


Subject
Views
Written By
Posted
18829
November 23, 2004 06:06AM
11907
November 25, 2004 04:22AM
6942
November 25, 2004 05:01AM
6168
November 29, 2004 03:26PM
5037
July 03, 2008 06:41AM
Re: PRINT statements
5720
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.