Subject Re: carriage return, line feed
Author frische_brise2003
OK,

I've found the function in IB_UDF.dll....

Noe, it works.

--- In firebird-support@yahoogroups.com, "frische_brise2003" <juemu@w.
..> wrote:
> --- In firebird-support@yahoogroups.com, "Dorin Pacurar" <dopa@z...>
> wrote:
> > On Sun, 18 Jul 2004 20:17:23 -0600, Hans Hoogstraat
<hhoogstraat@s..
> .>
> > wrote:
> >
> > > Log = 'My Log Line' || ASCII_CHAR(13) || ASCHII_CHAR(10);
> >
> > Thanks Hans,
> > It worked.
> > Dorin
>
> Hi,
> this doesn't work on my machine.
> When I try to compile the proc I get the following
> error:
>
> Dynamic SQL Error.
> SQL error code = -804.
> Function unknown.
> ASCII_CHAR.
>
> Is the ASCII_CHAR function part of an UDF?
>
> Regards
>
> Jürgen