Subject | RES: [firebird-support] Re: How to add CRLF to VARCHAR column |
---|---|
Author | davidalbiston |
Post date | 2006-02-02T08:42:53Z |
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:
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