Search found 53 matches

by slai
14.11.2016, 08:23
Forum: ZeosLib 7.2 Forum
Topic: Is Version 7.2 already declared as stable?
Replies: 4
Views: 952

Re: Is Version 7.2 already declared as stable?

Hy Jan

Thank you very much for your answer and this great product!

Best Regards
slai
by slai
11.11.2016, 18:21
Forum: ZeosLib 7.2 Forum
Topic: Is Version 7.2 already declared as stable?
Replies: 4
Views: 952

Is Version 7.2 already declared as stable?

Hy There I'm struggling with the stable versions of zeoslib. in Sourceforge i see a download 7.2 release candidate, is this actually the stable 7.2? because i've seen that the 7.3 development already startet here: http://zeoslib.sourceforge.net/viewtopic.php?f=3&t=40782 so is the actually stable...
by slai
22.01.2013, 22:21
Forum: 6.6 - stable
Topic: Smart refresh using zeos components
Replies: 20
Views: 5196

So, mainly the Performance Issues came from ZTable -> Refres, IndexFieldNames and Sorting. Is it correct that when i set SortType it imediatly begins with loading all datas and this SortType? Because i do first .refresh then setting SortedFields and then SortType. Now if 2 times refreshing then it i...
by slai
21.01.2013, 13:02
Forum: 6.6 - stable
Topic: Smart refresh using zeos components
Replies: 20
Views: 5196

It's ok i do an internal refactoring to this, and will write my solution as soon as it performans as it should.
by slai
18.01.2013, 11:19
Forum: 6.6 - stable
Topic: Smart refresh using zeos components
Replies: 20
Views: 5196

I know that it does not make really sense to do this on a big varchar field, but sometimes it is needed, because of many searches on that and so on, and the index statistic for that field gives me 0.00042... and that is a good value for an index and there are only 2900 Records in that Table. I've ch...
by slai
17.01.2013, 19:56
Forum: 6.6 - stable
Topic: Smart refresh using zeos components
Replies: 20
Views: 5196

i found the problem, it has on the ZTable IndexFieldNames SBEZEICHNUNG ASC, this is a dbColumn with VARCHAR(500) and has an Ascending index on it. If i have this IndexFieldNames configured to SBEZEICHNUNG Asc then it takes about 12 seconds if i have nothin in IndexFieldNames then it takes under 1 se...
by slai
17.01.2013, 15:04
Forum: 6.6 - stable
Topic: Smart refresh using zeos components
Replies: 20
Views: 5196

i did perfomance mesurements, i have 1 table adressstamm this needs about 12 seconds to activate the ztable: Can you see a problem from the ddl? CREATE TABLE ADRESSSTAMM ( ID BIGINT NOT NULL, IANREDE INTEGER, IPLZORT1 BIGINT, IPLZORT2 BIGINT, BMITARBEITER T_BOOLEAN_CHAR NOT NULL, BLIEFERANT T_BOOLEA...
by slai
17.01.2013, 10:39
Forum: 6.6 - stable
Topic: Smart refresh using zeos components
Replies: 20
Views: 5196

I use DBDataMod.ZCDB.Properties.Add('codepage=UTF8'); so zeos codepage.
by slai
15.01.2013, 00:17
Forum: 6.6 - stable
Topic: Smart refresh using zeos components
Replies: 20
Views: 5196

codepage is utf8 i also tried it with lazarus 0.9.28 because i have a project that runs only with that version correct at this momemt. But i have the same issue there. Maybe i have to do a huge refactoring to not use TZTable and only get the datas which i really need with zquery.
by slai
14.01.2013, 23:39
Forum: 6.6 - stable
Topic: Smart refresh using zeos components
Replies: 20
Views: 5196

i use lazarus (fpc) 1.0.4 and zeos 7 with firebird 2.1 Transaction Level is set to RedCommited. Maybe FetchRow is what i need i'll do some tests now. What FetchRow Value would be the best for a Table, lets say of 1000 records, is there any formula of getting the best value?
by slai
14.01.2013, 23:03
Forum: 6.6 - stable
Topic: Smart refresh using zeos components
Replies: 20
Views: 5196

is there any change in Zeos 7? I have a really big performance issue on refresh a table with many datas in it. I have several ZTables i open on starting the Programm and this is really slow, is there no possibility to only load the datas from the DB if really needed, and then just the records who ar...
by slai
27.02.2012, 20:49
Forum: ZeosLib 7.0 Beta Forum
Topic: Can not connect to SVN
Replies: 1
Views: 471

it seems like it was shortly down, now it works.
by slai
27.02.2012, 19:12
Forum: ZeosLib 7.0 Beta Forum
Topic: Can not connect to SVN
Replies: 1
Views: 471

Can not connect to SVN

Hy

Am i right that the actual SVN is https://zeoslib.svn.sourceforge.net/svn ... es/testing ?
I can browse the Source in Sourceforge but can't get access to the SVN url.

thx for reply!
by slai
10.01.2012, 22:26
Forum: ZeosLib 7.0 Beta Forum
Topic: [patch_done] Zeos7 doesnt compile under FPC2.6.0
Replies: 22
Views: 2878

Is this Problem already solved? i was trying to compile zeos from testing/trunk today and it failed with the same error: ZEOSDBO-7/src/core/ZClasses.pas(84,22) Error: No matching implementation for interface method "IUnknown.QueryInterface(constref TGuid,out <Formal type>):LongInt; CDecl;"...