Subject RE: [ib-support] Endlines from a Stored Proc
Author Dimitry Sibiryakov
On 21 May 2003 at 12:53, Nigel Weeks wrote:

>Well, it would have been attached, if the server didn't strip
>attachments...

It did.

>I'm doing this:
>
>str_proc = :str_proc || 'First line \n';
>str_proc = :str_proc || 'Second line\n';

str_proc = :str_proc || 'First line
Second line';

It works in script file and DSQL.

SY, Dimitry Sibiryakov.