Subject RE: [firebird-support] EOL Literals in SQL
Author Chad Z. Hower
:: Why not use a UDF for a one-time run? All you need to do is
:: declare the AsciiChar function from ib_udf.

Thanks. Some intersting ideas. It turns out its just easier to iterate
through the table though in C#, and that's what I've ended up doing. Was
hoping FB might have some AsciiChar type of function built in.