Subject Re: [ib-support] How to do CTRL characters in an IB string literal?
Author Ann W. Harrison
At 01:42 AM 5/3/2001 +1000, Helen Borrie wrote:

>My question was: how can I get Carriage Return and Line Feed into the
>last two 1-byte columns of my table?


Create a text file consisting of two lines:

abc
def

Create an external table that maps it.

create blah blah (x char (3), fluff char (2));

Fluff contains the bytes you want.

Regards,

Ann