Trim in WidestringField

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for InterBase & Firebird in Delphi and C++Builder
Post Reply
drcrck1
Posts: 11
Joined: Wed 18 Sep 2013 13:01

Trim in WidestringField

Post by drcrck1 » Tue 01 Apr 2014 15:00

Hi!
after our conversion to unicode, we notice that disablestringtrim parameters of tclientdataset is ignored..
field are not trimmed ...
can this be a devart problem? or there's a way to force devart lib to remove all spaces in widestring ?
we tried TrimFixedChar but without success :(

thanks :)

ZEuS
Devart Team
Posts: 240
Joined: Thu 05 Apr 2012 07:32

Re: Trim in WidestringField

Post by ZEuS » Wed 02 Apr 2014 08:34

No, this problem is not due to errors in dbExpress driver for InterBase and Firebird. The TrimFixedChar option affects only fields of fixed length (CHAR() fields). We will add the TrimVarChar option which will allow to remove spaces in VARCHAR fields, in the next version of the driver.

drcrck1
Posts: 11
Joined: Wed 18 Sep 2013 13:01

Re: Trim in WidestringField

Post by drcrck1 » Wed 02 Apr 2014 10:25

thanks for your response.

when is expected next release?

ZEuS
Devart Team
Posts: 240
Joined: Thu 05 Apr 2012 07:32

Re: Trim in WidestringField

Post by ZEuS » Wed 02 Apr 2014 13:16

We plan to release the next version of the driver approximately in a month.

drcrck1
Posts: 11
Joined: Wed 18 Sep 2013 13:01

Re: Trim in WidestringField

Post by drcrck1 » Tue 06 May 2014 14:27

Hi!
is ready new version?

will include xe 6 support?

thanks!

PavloP
Devart Team
Posts: 149
Joined: Fri 24 Jan 2014 12:33

Re: Trim in WidestringField

Post by PavloP » Fri 04 Jul 2014 09:22

Currently, dbExpress driver for InterBase and Firebird supports RAD Studio XE6, see http://www.devart.com/dbx/interbase/history.html

Post Reply