Subject | RE: [firebird-support] EOL Literals in SQL |
---|---|
Author | Chad Z. Hower |
Post date | 2005-03-04T20:33:15Z |
:: 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.
:: 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.