Subject RES: [firebird-support] Re: How to add CRLF to VARCHAR column
Author davidalbiston
The IB_UDF library is in the Firebird UDF folder under Windows and Linux.

To quote the relevant part from the book:

SET EOL = ASCII_CHAR(13)||ASCII_CHAR(10)

Dave
(I hope this is not a breach of copyright!)

--- In firebird-support@yahoogroups.com, Fabrício Fadel Kammer
<ffkammer@...> wrote:
>
> I'll find this book, but can you post this UDF code here?
> I need that the udf works in windows and linux servers.
>
> Thanks