Search found 278 matches

by gto
13.06.2008, 13:04
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Install problem on Lazarus
Replies: 18
Views: 3672

Another day, another interesting results. I tried to install FPC and Lazarus on a 32 bit Debian system. Not from the Debian repository, but from original Lazarus download page (Sourceforge). After that I tried to install Zeos and it was successful. The components was on the Component palette. Back ...
by gto
09.06.2008, 21:04
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Install problem on Lazarus
Replies: 18
Views: 3672

Thanks gto! It was a good idea. Now here comes the another problem, now in the ZCollection.pas: ZCollections.pas(275,22) Error: Unknown identifier "EAX" ZCollections.pas(275,23) Error: Assembler syntax error in operand ZCollections.pas(275,27) Error: Unknown identifier "EBP" ZCo...
by gto
09.06.2008, 14:24
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Install problem on Lazarus
Replies: 18
Views: 3672

Probably I'll be wrong, but... This line of code, as the name says, "Gets a unique hash for this object" and it does it casting the current memory address to an LongInt value. Well, LongInt is a 32 bits type ( Check Here ), and probably, in a 64 bits architecture, memory addresses are 64 b...
by gto
09.06.2008, 13:49
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZeosLib Network Protocoll
Replies: 2
Views: 891

Hello laqup ! Welcome to our forum :) 1st of all, note that Zeos grew a lot from 6.6.1-beta.. every we update the sources with something good.. may be good that you pick a copy from the latest version at the SVN ;) Talking about protocols, Zeos doesn't use any of them, is the library from each DB th...
by gto
27.05.2008, 02:07
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: New property FetchRow in ZDataSet
Replies: 16
Views: 5788

Hum!
This is very good at first sight!

I'm in the school now, tomorrow when I arrive at work I'll try it. It look's like a thing I tought was already built :)

Thanks patyi !
by gto
21.05.2008, 17:12
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Performance breakdown with MySQL 4.1?!?
Replies: 23
Views: 4692

dragos!

Please, make a test application so we may find this bug! :)
I didn't notice it, maybe I almost nothing use ZROQuery

thank you!
by gto
21.05.2008, 14:18
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Performance breakdown with MySQL 4.1?!?
Replies: 23
Views: 4692

A very old thread, I think..

Before dragos post, the latest posting was from zippo, at 28.11.2005.
by gto
21.05.2008, 14:15
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: What Zeos version with Delphi 4?
Replies: 3
Views: 1108

Hello Ralph ! Some time ago, when Zeos moved from 6.5 to 6.6, we have some users that needed to adapt Zeos for delphi 5, and since then, it should work there. Delphi 4 is the even version number, known as to be development version for the next odd version number, in this case, delphi 5. We can proof...
by gto
20.05.2008, 13:09
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Duplicate result when using locate, loPartialKey and Filter
Replies: 7
Views: 2097

mdaems wrote:Done already! SVN rev. 368 on 13/05/2008. Will be merged into trunk next time merge happens.

Mark
Thank you Mark! :mrgreen:
by gto
19.05.2008, 19:39
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Duplicate result when using locate, loPartialKey and Filter
Replies: 7
Views: 2097

Oh thanks for testing!

I'm glad to see it worked beyond my test site... nice!

I guess we can ask mdaems to put this change on the SVN tree :)

Thank you!
by gto
19.05.2008, 15:41
Forum: Firebird
Topic: ORA-24333: zero iteration count
Replies: 1
Views: 1204

Olá elidorio2 ! Para manter o entendimento de todo mundo, tente manter os seus posts em inglês, mesmo que você use um tradutor, assim você terá mais respostas! (To keep the understanding of all, try to keep your posts in english, even if you use a translator, so you can get more answers!) - - - - - ...
by gto
13.05.2008, 19:55
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: how to do: Tzquery.Requestlive?
Replies: 2
Views: 1117

Do you want to know what RequestLive is intended for?

Well, you can translate the option as "permission to write" on a dataset. If RequesLive is true, you can alter data, if its false, you cannot.

Easy answer, too ;)
by gto
12.05.2008, 19:37
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Duplicate result when using locate, loPartialKey and Filter
Replies: 7
Views: 2097

Hello guys! News from the front: Just found that the procedure doing this problem is TZAbstractRODataset.MoveRecNo ! After a closer look into TZAbstractRODataset.Locate method, which calls MoveRecNo, I've found that the bug root are a bit different than I related: Everytime, when TZAbstractRODataset...
by gto
09.05.2008, 12:43
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: 6.6.2 RC - Lookup field value disappers on insert and edit
Replies: 2
Views: 964

Seems the same problem as this topic:

http://zeos.firmos.at/viewtopic.php?t=1840


Let's concentrate the answers ;)
by gto
24.04.2008, 13:27
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Duplicate result when using locate, loPartialKey and Filter
Replies: 7
Views: 2097

Just posted the bug into mantis:

http://zeosbugs.firmos.at/view.php?id=108

Any help is welcome!

Thanks!