Search found 278 matches

by gto
10.11.2006, 13:37
Forum: Bug Reports
Topic: [bug_fixed] Delphi5 & MySql5
Replies: 10
Views: 5934

hehe! yep, that's easy :) I forgetted that I have delphi 5 installed. Well, to zeos compile and run on D5, it's needed one thing more. In ZAbstractRODataset.pas, line 869, there's a call to ApplicationHandleException , defined at D7 in Classes.pas as follows: ApplicationHandleException: procedure (S...
by gto
10.11.2006, 13:14
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Reduce time to open database
Replies: 9
Views: 2474

Use a ZQuery Set Filtered = True CalcFields are complex as your procedure OnCalcFields. If you can, try to don't use it. If you have a field called total which receive the result from an operation with the fields in same row, use SQL to do it. It's quite more quick. LookupFields are slow, too. Mostl...
by gto
09.11.2006, 21:04
Forum: Bug Reports
Topic: [bug_fixed] Delphi5 & MySql5
Replies: 10
Views: 5934

Here goes the patch: Index: ZCompatibility.pas =================================================================== --- ZCompatibility.pas (revision 174) +++ ZCompatibility.pas (working copy) @@ -93,6 +93,7 @@ PCardinal = ^Cardinal; PInt64 = ^Int64; PPChar = ^PChar; + PLongWord = ^LongWord; {$ENDIF} ...
by gto
09.11.2006, 14:23
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: memory leak - firebird
Replies: 7
Views: 1543

Ohh right. Didn't see the date :mrgreen:
sorry!
by gto
09.11.2006, 13:04
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: memory leak - firebird
Replies: 7
Views: 1543

I want to thank jacques.bernardes for his work on memory leak of zeosdbo.
Am I missing something? :D

@mdaems: I'm the original poster for the topic you cited, and yes, it works :)
by gto
08.11.2006, 16:27
Forum: Firebird
Topic: Firebird server on Linux, cleint on windows
Replies: 12
Views: 5713

CONNBAZA.Protocol:='firebird-1.5'; CONNBAZA.HostName:='10.10.0.2'; // the ip for the server //CONNBAZA.Port:= 3051; // only assign this if it's not the default port CONNBAZA.Database:= 'e:\DELPHI\KORISNIK.FDB'; // the path on server! CONNBAZA.Password:= 'masterkey'; CONNBAZA.User:= 'SYSDBA'; CONNBAZ...
by gto
07.11.2006, 16:49
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: A problem with the new IndexFieldNames / SortedFields
Replies: 6
Views: 1441

That's right, the demo from bangfauzan works ok. I cannot post a demo becouse it was part of a big project, and it should be a isolated problem. Thanks anyway :)
by gto
06.11.2006, 14:57
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: A problem with the new IndexFieldNames / SortedFields
Replies: 6
Views: 1441

A problem with the new IndexFieldNames / SortedFields

Hello there! I was building an program that uses zeos with the latest version due to some changes that costumer asked to me and one simple problem pop up: I know that IndexFieldNames was changed some time ago. It doesn't matter to me, as I don't use it. But in this old program (that was converted fr...
by gto
27.10.2006, 14:02
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TzQuery is SLOW to read records
Replies: 10
Views: 2462

Hello Jay!
Well.. here it's not so slow! :D

It may be the way that PivotCube reads from the Query. I don't know PivotCube enough, so can you post a piece of code?

[]'s
by gto
27.10.2006, 13:58
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Coexistence Zeos 6.1.5 and 6.6.x
Replies: 4
Views: 1191

That's true. The update is a must-have, and as fduenas said, 6.6 is quite stable right now. You may expend some time converting request live to read only property, but all other changes are, as far I know, "backward" compatible, so it's compile and run Yes, it is a must have, but it was n...
by gto
26.10.2006, 14:36
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Coexistence Zeos 6.1.5 and 6.6.x
Replies: 4
Views: 1191

That's true. The update is a must-have, and as fduenas said, 6.6 is quite stable right now. You may expend some time converting request live to read only property, but all other changes are, as far I know, "backward" compatible, so it's compile and run :)

[]'s
by gto
24.10.2006, 17:01
Forum: Bug Reports
Topic: [bug_fixed] Duplicate messages in portuguese language
Replies: 4
Views: 3071

No problemo ! ;)
by gto
24.10.2006, 13:41
Forum: Bug Reports
Topic: [bug_fixed] Duplicate messages in portuguese language
Replies: 4
Views: 3071

Up and running :) By the way (again :D), a new constant has appeared, and it's untranslated, here's the proper translation: // added by tohenk SDriverLibraryUnsupported = 'O Driver não suporta esta versão do %s. Ele pode estar desatualizado.'; It's location is right under the block that i've transla...
by gto
23.10.2006, 19:04
Forum: Bug Reports
Topic: [bug_fixed] Duplicate messages in portuguese language
Replies: 4
Views: 3071

[bug_fixed] Duplicate messages in portuguese language

Hello there! I'm trying to compile the latest revision in svn (testing) and ZMessages have duplicated portuguese messages. Almost at the end of portuguese messages I have: SUpdateSQLNoResult = 'SQL Update Refresh resultou num conjunto vazio'; SUpdateSQLRefreshStatementcount ='Usar somente 1 declaraç...
by gto
23.10.2006, 17:37
Forum: MySQL
Topic: MySql Administration
Replies: 2
Views: 1084

YA! thanks :D

That's exactly what I'm looking for, and better, 'couse it's opensource and Zeos based :mrgreen:

nothing better to start working with MySql
Thankz Mark ;)