Search found 7 matches

by Mac
26.11.2005, 00:45
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Performance breakdown with MySQL 4.1?!?
Replies: 23
Views: 4806

The library is already in the same directory.
I will play a bit with the filter property.
That with the recordcount is interesting.

thanks
Mac
by Mac
25.11.2005, 13:43
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Performance breakdown with MySQL 4.1?!?
Replies: 23
Views: 4806

I know how important indexes are... But at the moment there should be enough. Maybe one or two more at some points could speed up a little bit, but I have to analyze the responsible queries at first. But as I said, that everything is okay now... I am only the programmer. I don't know why they don't ...
by Mac
24.11.2005, 14:51
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Performance breakdown with MySQL 4.1?!?
Replies: 23
Views: 4806

Hi! Thanks for your replies. The configuration of the MySQL Server was something i advised the systemadministrator to check at first, before i posted here, but he is just someone who's working there at his freetime :roll: As you know for customers, the programmer whoms software gets last on the PCs ...
by Mac
23.11.2005, 11:19
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Performance breakdown with MySQL 4.1?!?
Replies: 23
Views: 4806

I am testing with their data. I am thinking like you. But I have to check everything, because the breakdown came, when the new client Version, which only difference is the db interface, was installed. So I wonder if i made any mistakes in the implementation of zeos and my program. But there are not ...
by Mac
22.11.2005, 23:56
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Performance breakdown with MySQL 4.1?!?
Replies: 23
Views: 4806

Performance breakdown with MySQL 4.1?!?

Hi! The last week i changed from BDE/ODBC to Zeos. After some trouble i changed to ADO/ODBC. And now, because i understood what caused the trouble, I got back to Zeos (nicer solution ;) ) My customer now complained about a performance lack. There could be several reasons for this. Maybe its only a f...
by Mac
20.11.2005, 18:02
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: trouble with D2005, List&Labels10 and Zeos 6.5.1
Replies: 1
Views: 710

resolved....

I found the problem...
I have separated my program into directories. In the Working Directory is an ini File which contains the Database Data to connect.
Combit does change the working directory, so my program tries to read the ini File from another directory...

stupid fault.... :roll:
by Mac
14.11.2005, 23:36
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: trouble with D2005, List&Labels10 and Zeos 6.5.1
Replies: 1
Views: 710

trouble with D2005, List&Labels10 and Zeos 6.5.1

Hi! I'm using Delphi 2005 with all avaible updates and List&Labels 10. I changed from ODBC/BDE to Zeos. The Program has an exe File and some dynamic loaded dll Files. All are using Zeos, combit and so bpl Files. The DBMS is MySQL 4.1 Every operation works fine, until i have printed something. I ...