D2010 + Firebird + Varchar doubles FieldSize?

The forum for ZeosLib 7.2 Report problems. Ask for help, post proposals for the new version and Zeoslib 7.2 features here. This is a forum that will be edited once the 7.2.x version goes into RC/stable!!

My personal intention for 7.2 is to speed up the internals as optimal a possible for all IDE's. Hope you can help?! Have fun with testing 7.2
louis
Expert Boarder
Expert Boarder
Posts: 107
Joined: 02.01.2009, 19:41

Re: D2010 + Firebird + Varchar doubles FieldSize?

Post 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.
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Re: D2010 + Firebird + Varchar doubles FieldSize?

Post 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..
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
louis
Expert Boarder
Expert Boarder
Posts: 107
Joined: 02.01.2009, 19:41

Re: D2010 + Firebird + Varchar doubles FieldSize?

Post 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.
Post Reply