Re: Data Abstract Blob Error



I doubt they store the image as chineese characters. It's more likely that
they read it from a file or from a database blob field into a string
(AnsiString in Delphi?) and try to send it out using means provided by
DataAbstract. I think the problem is simply that this string is
transliterated when read/written.

Best Regards,
Danijel Tkalcec

"Lauchlan M" <LMackinnonAT_NoSpam_ozemailDOTcomDOTau> wrote in message
news:42c3fa69@xxxxxxxxxxxxxxxxxxxxxxxxx
>> If you're working with Delphi, maybe this will help ...
>>
>> I don't know anything about RemObjects, but if you are using the
>> "Transliterate=True" option when working with Blob Streams (this is the
>> default option for most Blob Stream implementations), you will probably
> just
>> need to turn Transliterate to FALSE before using the stream and
>> everything
>> should be ok, as long as you're using normal strings (not WideString or
>> UTF-Strings).
>
> If it's Chinese characters, wouldn't it have to be WideString or similar?
>
> Anyway, sounds like a really good suggestion.
>
> Lauchlan Mackinnon
>
>


.