Problem with LoadFromStream in iOS

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
xstef
Posts: 22
Joined: Sat 09 Sep 2006 20:44

Problem with LoadFromStream in iOS

Post by xstef » Fri 12 Feb 2016 17:29

Hi, i have a FB DB and use a TIBCQuery to load some data. Then use TIBCQuery.SaveToStream in order to send the XML data with Indy to a mobile client. The mobile client uses a VirtualTable and calls LoadFromStream in order to populate its data. Everything works fine in Win and Android but in iOS i get question marks in my Data ex (ΣΤΕ??ΑΝ??Σ). The problem only occurs with Greek characters. The DB has CharSet set to None, and i am using Delphi 10. I remind you that the problem occurs ONLY in iOS and not in Win or Android.

Regards,
Stefanos

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Problem with LoadFromStream in iOS

Post by ViktorV » Thu 18 Feb 2016 14:18

Thank you for the information. We have reproduced the problem and investigation is in progress. We will inform you when we have any results.

Post Reply