Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Encoding problems
#6
So I have the same error on a non BDE (I am using dbexpress) datasource.

If I debug through the iwdbgrids.pas at line 572 I get the error

                    if CurrentField.DataType in [ftBlob, ftMemo] then begin
                      LBlobStream := TStringStream.Create('', TEncoding.UTF8); try
                        (CurrentField as TBlobField).SaveToStream(LBlobStream);

--this is the line the causes the error.
                        S := LBlobStream.DataString;

                      finally
                        LBlobStream.Free;
                      end;


Any ideas on how to solve this issue?   Maybe it is a bad driver.

I am using Seattle and iw14.
Reply


Messages In This Thread
Encoding problems - by MikaK - 05-19-2019, 10:59 AM
RE: Encoding prorblems - by kudzu - 05-19-2019, 05:10 PM
RE: Encoding problems - by MikaK - 05-20-2019, 05:17 AM
RE: Encoding problems - by Alexandre Machado - 05-22-2019, 09:15 AM
RE: Encoding problems - by kudzu - 05-20-2019, 01:15 PM
RE: Encoding problems - by joelcc - 05-22-2019, 10:07 PM
RE: Encoding problems - by kudzu - 05-23-2019, 01:50 PM
RE: Encoding problems - by joelcc - 05-23-2019, 03:34 PM
RE: Encoding problems - by kudzu - 05-23-2019, 03:45 PM
RE: Encoding problems - by joelcc - 05-24-2019, 01:15 PM
RE: Encoding problems - by kudzu - 05-24-2019, 03:06 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)