Xref: alice comp.databases.oracle.misc:22498
Path: alice!news-feed.fnsi.net!news.idt.net!howland.erols.net!europa.clark.net!205.231.82.12!newsrouter.icnc.com!psinntp!psinntp!pubxfer.news.psi.net!client.news.psi.net.POSTED!not-for-mail
From: "Tom Wolfe" <twolfe@base10.com>
Newsgroups: comp.databases.oracle.misc
Subject: 2K Max on text concatination
Lines: 7
X-Newsreader: Microsoft Outlook Express 4.72.2120.0
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0
Message-ID: <rKl22.195$i53.77004@client.news.psi.net>
Date: Wed, 11 Nov 1998 19:40:07 GMT
NNTP-Posting-Date: Wed, 11 Nov 1998 14:40:07 EDT
Organization: PSINet

I have a stored procedure that uses a cursor to read columns of data that
are 256 bytes, concates them, and returns them as a string.  Problem is that
the data in the table exceeds 2k.  Is there a way of accomplishing this in
an easy fashion?  I am limited to having only one return string.
Thanks...


