issue with twidememo param

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for PostgreSQL in Delphi and C++Builder
Post Reply
robertoicardi
Posts: 27
Joined: Wed 28 Jan 2009 11:29

issue with twidememo param

Post by robertoicardi » Wed 25 Jan 2012 16:17

dear sirs,

here's what I've found:

environment:

postgresql 9.1; database UTF-8
D2006 w all patches; last release of dbexpress driver used

Issue found:

updating a table using parametrized query if there’s a text field to update all goes well if the parameter is set to null or some non-empty string;
if the parameter is set to empty string we receive error ‘insufficient data left in message’in case of unicode on in connection; access violation if unicode is off (but probably because of twidememo datatype in param, didn’t check with ftmemo simple)

In case you need more details pls ask me

to speed up things I've already sent test case zipped file to alexp..

best regards
Roberto Icardi

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Thu 26 Jan 2012 12:57

Hello,

Thank you for the information.
We have reproduced the problem.
We will notify you as soon as we have any results.

Post Reply