Subject | Re: [ib-support] Re: How to do CTRL characters in an IB string literal? |
---|---|
Author | Doug Chamberlin |
Post date | 2001-05-02T23:39:04Z |
At 5/2/2001 01:44 PM (Wednesday), stephan0h@... wrote:
may be confusing Object Pascal with SQL here.
>Maybe i'm missing the point in this discussion, but why not justThat's the point. Chr() is not a standard SQL function in Interbase. You
>something like
>
>SELECT 'text'||chr(10) FROM rdb$database;
>
>Of course, to convert control characters in an existing string is
>probably i different story...
may be confusing Object Pascal with SQL here.