Re: Data Abstract Blob Error



> 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


.



Relevant Pages

  • Re: How to create a Delphi Array compatible with C Null terminated array or null terminated null str
    ... > then passing that array to a DLL function. ... > Been trying to convert this C program to Delphi and believe my problems ... Use a pointer of a WideString type, ... Finally, when done, free the memory used, yourself. ...
    (borland.public.delphi.language.objectpascal)
  • Re: TADOConnection.GetFieldNames has bug
    ... MetaBase - ERWIN model in Delphi applications ... procedure TADOConnection.GetFieldNames(const TableName: WideString; ...
    (borland.public.delphi.database.ado)
  • Re: WSDL, HTTP, XML
    ... Eine Analyse des Datenstroms hat gezeigt, dass ein Parameter (Widestring), der Daten einer XML-Datei aufnehmen soll - und zwar die komplette Struktur - diese so umwandelt, dass eben nicht die Struktur sondern so was wie: ... Und Delphi macht daraus einen Widestring??? ... Habe leider auch kein fertiges Rezept, aber vielleicht definierst Du in der SOAP-Unit per Hand einen Typ, der der Struktur von OrderInfo entspricht. ...
    (de.comp.lang.delphi.misc)
  • Re: What Id Like to See in Delphi
    ... that Delphi 2's WideString might have had AnsiString-like ... separate type wrapping the COM BSTR. ... Or you could just call it UnicodeString? ...
    (borland.public.delphi.non-technical)
  • Re: What Fastcode should do next?
    ... RTL WideString functions are not trustable Unicode-wise, ... as Borland implemented them assuming UCS2, not UTF-16. ... If DevCo were to come up and announce strong Unicode support in the next Delphi version, and would take on themselves to fix all that needs be in the compiler and RTL to guarantee safe UTF-16 usage in WideString, things could become different. ...
    (borland.public.delphi.language.basm)