Search found 107 matches

by louis
23.02.2016, 08:56
Forum: ZeosLib 7.2 Forum
Topic: doCachedLobs = True, but List index out of bounds (3)
Replies: 19
Views: 2282

Re: doCachedLobs = True, but List index out of bounds (3)

EgonHugeist wrote:thanks for pointing this issue out. Patch done R3878 \testing-7.2 (SVN)
Not, I download Revision 3878 with TortoiseSVN.
TortoiseSVN updates revision from 3877 to 3878 but not shows which files was updated.
Clean, Build and reinstall Zeos package do not solves exception :(

Thanks.
by louis
22.02.2016, 19:18
Forum: ZeosLib 7.2 Forum
Topic: doCachedLobs = True, but List index out of bounds (3)
Replies: 19
Views: 2282

Re: doCachedLobs = True, but List index out of bounds (3)

Verified with latest 3877 revision but is the same :(
by louis
22.02.2016, 18:55
Forum: ZeosLib 7.2 Forum
Topic: doCachedLobs = True, but List index out of bounds (3)
Replies: 19
Views: 2282

doCachedLobs = True, but List index out of bounds (3)

Hallo, I have a TReadOnlyQuery with a doCachedLobs = True option. When I try to do a ReadOnlyQuery.Refresh I get this exception: index out of bounds (3) on line 2366 in ZDbcCachedResultSet.pas file. This exception results only if a record has a Blob field not null. If blob filed is null the exceptio...
by louis
09.02.2016, 08:17
Forum: ZeosLib 7.2 Forum
Topic: D2010 + Firebird + Varchar doubles FieldSize?
Replies: 17
Views: 11800

Re: D2010 + Firebird + Varchar doubles FieldSize?

Hallo, 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...
by louis
03.02.2016, 20:03
Forum: ZeosLib 7.2 Forum
Topic: 7.2 testers-thread
Replies: 514
Views: 120275

Re: 7.2-Beta testers-thread

Ops, I'm sorry :oops:
I have a mistake, I read the Firebird Types from a wrong page http://www.firebirdsql.org/manual/migra ... types.html instead of http://www.firebirdsql.org/en/firebird- ... fications/ as suggested by miab3 in other tread.

Best regards.
by louis
03.02.2016, 20:00
Forum: ZeosLib 7.2 Forum
Topic: Now is it mature for use in production?
Replies: 4
Views: 778

Re: Now is it mature for use in production?

@miab3

Ops, I'm sorry :oops:
I read the types of Firebird from this page http://www.firebirdsql.org/manual/migra ... types.html

Ok, I change all my TFloatFields into TSingleFields.

Thanks.
by louis
03.02.2016, 18:30
Forum: ZeosLib 7.2 Forum
Topic: 7.2 testers-thread
Replies: 514
Views: 120275

Re: 7.2-Beta testers-thread

Hallo, I have an application made by Delphi 2010 + Zeos 7.1.4 + Firebird 2.5 Database with a Tables with a FLOAT columns that works slow on LAN. I try to compile with Zeos 7.2.0.3806 to benefit of improved performances but I need to change all my persistent fields from TFloatFields to TSingleFields ...
by louis
03.02.2016, 18:20
Forum: ZeosLib 7.2 Forum
Topic: Now is it mature for use in production?
Replies: 4
Views: 778

Re: Now is it mature for use in production?

Hallo, thanks for your reply, I use Firebird with Delphi 2010. I try to compile my application with version 7.2.0 revision 3806 but I have this exception: Type mismatch for field 'MINIMO', expecting: Float actual: Single. I must change all persistent fields of type TFloatFields to type TSingleFields...
by louis
02.02.2016, 17:46
Forum: ZeosLib 7.2 Forum
Topic: Now is it mature for use in production?
Replies: 4
Views: 778

Now is it mature for use in production?

Hallo,
version 7.2 is mature for use in production?

Thanks
by louis
11.01.2016, 10:53
Forum: ZeosLib 7.1 stable Forum
Topic: SortedFields property of TQuery slow down performances of firebird
Replies: 4
Views: 775

Re: SortedFields property of TQuery slow down performances of firebird

Probably the property is designed to be used with no firebird databases. With Firebird, because the fact that SortedFields property refetch all rows on dataset I think is best NOT to use this property. On clients connected by LAN the performances are very very slow even for dataset with very few row...
by louis
08.01.2016, 19:05
Forum: ZeosLib 7.1 stable Forum
Topic: SortedFields property of TQuery slow down performances of firebird
Replies: 4
Views: 775

SortedFields property of TQuery slow down performances of firebird

Hallo, I'm rewriting my application to migrate from BDE to FB. Thinking is best, I used property "SortedFields" instead of using the clause "ORDER BY" in SQL Query and the performance of FB was running very very bad on LAN that the application seems not usable! in local, Instead,...
by louis
03.01.2016, 18:56
Forum: ZeosLib 7.1 stable Forum
Topic: EmptyDataSet causes Post Error, Why?
Replies: 3
Views: 689

Re: EmptyDataSet causes Post Error, Why?

marsupilami wrote:which version of Zeos and which database do you use?
ZEOS 7.1.4 for Firebird 2.5.4
Are you in Autocommit mode?
Yes
Did you start an explicit transaction if you are in autocommit mode?
Not.

Thanks
by louis
20.12.2015, 10:44
Forum: ZeosLib 7.1 stable Forum
Topic: EmptyDataSet causes Post Error, Why?
Replies: 3
Views: 689

EmptyDataSet causes Post Error, Why?

Hallo, I used EmptyDataSet because I supposed that is the right method for doing my chance but it seems not works correctly. I wish delete all records presents on DetailDataset then repopulate it with a new data with a possibility of cancel those updates. New data can contain old keys or not. This i...
by louis
23.11.2015, 15:32
Forum: ZeosLib 7.2 Forum
Topic: D2010 + Firebird + Varchar doubles FieldSize?
Replies: 17
Views: 11800

Re: D2010 + Firebird + Varchar doubles FieldSize?

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 m...
by louis
20.11.2015, 15:17
Forum: ZeosLib 7.2 Forum
Topic: D2010 + Firebird + Varchar doubles FieldSize?
Replies: 17
Views: 11800

Re: D2010 + Firebird + Varchar doubles FieldSize?

so i did add a TZDataSet.Options enum doAlignMaxRequiredWideStringFieldSize which turns the logic around. Adding this option means reserve a "perfect fit" buffer, whereas missing the option (default) should align TWideStringField.Size to Count of Characters declared in your DataBase. Patc...