Re: TEXT parameter in Stored Procs -
07-09-2003
, 07:56 AM
AK wrote:
Quote:
It was impossible in the past to insert TEXT data into a table via
stored procedure. Has Sybase managed to move on from there ?
Their stop gap solution was to use the wider character fields
introduced with ASE 12.5. Of course, if your text is bigger than
16K, you still have to use the traditional 2 step text pointer
method.