Search found 4 matches

by kvanderhoek
26.10.2007, 17:47
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Opening Delphi data module with TZConnection: very slow
Replies: 8
Views: 2391

I have removed and reinstalled all packages, including Zeos lib package. Now everything is working fine again! Thanks for your thinking and help!
by kvanderhoek
26.10.2007, 13:01
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Opening Delphi data module with TZConnection: very slow
Replies: 8
Views: 2391

Database server is MySQL 4.1.22. It runs on localhost. Connecting to the database directly using MySQL Administrator or phpmyadmin is fast. Creating the TZConnection is slow. TZConnection is disconnected by default, so I think this problem is not related to the DB (server).
by kvanderhoek
26.10.2007, 12:26
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Opening Delphi data module with TZConnection: very slow
Replies: 8
Views: 2391

I have done some testing: the problem also occurs when I add a TZConnection to a form in a clean project. So, no TZQueries or any related components, just the TZConnection. It now takes up to almost 25 minutes... Very frustrating when you want to start working on a project immediately ;)

Any ideas?
by kvanderhoek
26.10.2007, 11:43
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Opening Delphi data module with TZConnection: very slow
Replies: 8
Views: 2391

Opening Delphi data module with TZConnection: very slow

I have a Delphi project with a data module that contains a TZConnection component to connect to a MySQL database. When I start working on the project and open the project in Delphi, it takes for about 15 minutes (and this time increases over time) to open the data module file... During runtime of my...