Subject | Re: [firebird-support] Re: Treat a VARCHAR OCTETS column as binary in Delphi |
---|---|
Author | Helen Borrie |
Post date | 2005-02-13T12:25:40Z |
At 12:07 PM 13/02/2005 +0000, you wrote:
...field.AsString := QuotedStr('12 3B 00 AA');
./hb
>--- In firebird-support@yahoogroups.com, Olivier Mascia <om@t...> wrote:Try using QuotedStr()
> > This is a dbExpress issue because the engine and the client dll have no
> > issues returning such a binary string, I did it often in the past (last
> > year). Unless a recent error has been introduced, it should be okay,
> > but I can't speak for the dbExpress driver.
>
>Wonder if I can CAST them to binary or something to cheat dbExpress.
...field.AsString := QuotedStr('12 3B 00 AA');
./hb