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
19109
November 23, 2004 06:06AM
12016
November 25, 2004 04:22AM
7027
November 25, 2004 05:01AM
6253
November 29, 2004 03:26PM
5138
July 03, 2008 06:41AM
Re: PRINT statements
5812
November 30, 2004 01:01PM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

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.