Re: [GENERAL] Blob handling with Delphi...

2011-04-13 Thread John R Pierce
On 04/13/11 1:28 AM, Durumdara wrote: Hi! PG9.0, Delphi 6, Zeos. I want to use PGSQL bytea field as normal BLOB field in Delphi. But when I insert a value into this field, for example all characters (chr 0..255), and I fetch, and save it as blob stream into a file, I got interesting result,

[GENERAL] Blob handling with Delphi...

2011-04-13 Thread Durumdara
Hi! PG9.0, Delphi 6, Zeos. I want to use PGSQL bytea field as normal BLOB field in Delphi. But when I insert a value into this field, for example all characters (chr 0..255), and I fetch, and save it as blob stream into a file, I got interesting result, not what I stored here previously. It is