Unidac 8.4.3 and MemoField

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
DanielNTM
Posts: 10
Joined: Fri 14 Jul 2017 06:53
Location: Switzerland

Unidac 8.4.3 and MemoField

Post by DanielNTM » Mon 10 May 2021 10:32

Hello,

I installed version 8.4.3 and I have a big problem with the MemoFields. We develop with Sidney and Delphi 7
With DB Firebird 2.5.9 and SQL Server 2019

For example with 8.3.2 and previous versions :

Test memo, test memo, test memo, test memo : It's OK

For example with 8.4.3 :

- {\rtf1\ansi\ansicpg1252\deff0{\fonttbl{\f0\fnil\fcharset0 Arial;}}
\viewkind4\uc1\pard\lang4108\fs16 Test memo, test memo, test memo, test memo\par} : It's not OK

There is always a strange character at the beginning of the text

Stellar
Devart Team
Posts: 496
Joined: Tue 03 Oct 2017 11:00

Re: Unidac 8.4.3 and MemoField

Post by Stellar » Wed 12 May 2021 18:04

Thank you for the information. Could you please specify the data type of the MemoFields in the database?

DanielNTM
Posts: 10
Joined: Fri 14 Jul 2017 06:53
Location: Switzerland

Re: Unidac 8.4.3 and MemoField

Post by DanielNTM » Mon 17 May 2021 12:49

It's TMemoField ftMemo and also TBlobField ftBlob for the interface
and DB it's VARCHAR 2000 and also BLOB

In both types it is the same result

Thank you

Stellar
Devart Team
Posts: 496
Joined: Tue 03 Oct 2017 11:00

Re: Unidac 8.4.3 and MemoField

Post by Stellar » Tue 18 May 2021 13:07

Unfortunately, we couldn't reproduce the issue. To investigate this behavior of UniDAC, please compose a small sample demonstrating the issue and send it to us, including database objects creating scripts.
You can send the sample using the contact form at our site: devart.com/company/contactform.html

DanielNTM
Posts: 10
Joined: Fri 14 Jul 2017 06:53
Location: Switzerland

Re: Unidac 8.4.3 and MemoField

Post by DanielNTM » Thu 20 May 2021 09:37

I sent an example with a Firebird DB and data

Thank you

Stellar
Devart Team
Posts: 496
Joined: Tue 03 Oct 2017 11:00

Re: Unidac 8.4.3 and MemoField

Post by Stellar » Tue 01 Jun 2021 05:58

Thank you for providing the information. We've reproduced the issue and started to investigate possible causes of the described behavior. We will let you know the results as soon as we get them.

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

Re: Unidac 8.4.3 and MemoField

Post by ViktorV » Fri 18 Jun 2021 10:47

Hey Daniel,

Just a small update on this request.

We have fixed this issue and will add the fix into next product build which will be available for all clients.

Regards,
Viktor

Frank2021
Posts: 4
Joined: Mon 03 May 2021 10:37

Re: Unidac 8.4.3 and MemoField

Post by Frank2021 » Fri 18 Jun 2021 11:13

Hi Victor,

is this fix for PosGres (Memofield/Blobfield) too?

Regards
Frank

evgeniym
Devart Team
Posts: 103
Joined: Thu 13 May 2021 07:08

Re: Unidac 8.4.3 and MemoField

Post by evgeniym » Fri 18 Jun 2021 13:17

Hi Frank,

Previous requests and our replies were related to Firebird. If you refer to the bug related to this topic:
viewtopic.php?f=28&t=44849
As we mentioned previously, we could not reproduce the issue on our side using provided data and did not receive sample for reproduction.
In order for us to be able to reproduce the issue on our side please compose and send us small sample which demonstrates described behavior along with DDL scripts to create and fill-in test database objects.
You may send them to us using our form:
https://devart.com/company/contactform.html



Regards,
Evgeniy

Post Reply