Page 2 of 2

Re: D2010 + Firebird + Varchar doubles FieldSize?

Posted: 23.11.2015, 15:32
by louis
marsupilami wrote:did you update (checkout again) your copy of Zeos from the SVN repository?
Yes, in fact I tried both doAlignMaxRequiredWideStringFieldSize that doNoAlignDisplayWidth.

I checkout "testing-7.2" branche from repository "http://svn.code.sf.net/p/zeoslib/code-0/branches/".

I make a mistake?

Thanks.

Re: D2010 + Firebird + Varchar doubles FieldSize?

Posted: 08.02.2016, 17:54
by EgonHugeist
@Louis.

doAlignMaxRequiredWideStringFieldSize should only be included to your options if you want to have a full width as i wrote before.
I've been testing the doubled size and this should be resolved. Do you use persistent Fields? Than i can't handle your trouble..

Re: D2010 + Firebird + Varchar doubles FieldSize?

Posted: 09.02.2016, 08:17
by louis
Hallo,
EgonHugeist wrote:Do you use persistent Fields? Than i can't handle your trouble..
Yes, I use persistent fields :(

With a non persistent field, when the data is visualized on DBGrid or Lookup control works ok, but if data is modified, the field accept double of chars (Field size of database is 20, fieldsize is 40) and when posting obtain exception error 303.

Thanks.