Search found 4 matches

by Alfonso
26.01.2006, 13:46
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Too much memory usage
Replies: 6
Views: 1886

The application is using the memory. MySQL is running on a external server. Try to create a simple application with a grid and a TZQuery. Insert an IF, like I did. We have this problem since we switched to Delphi 2006 and to Zeos 6.5.1. I tried to chang the SQL statement deleting the WHERE clause: T...
by Alfonso
26.01.2006, 12:22
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Too much memory usage
Replies: 6
Views: 1886

The memory leak comes only with "IF" inside a &quo

I have this SQL Statement: ZQContent.SQL.Text:='SELECT '+ 'if(X_LineItemNote=" ",X_Bestelltext, ' + 'X_LineItemNote) AS Beschreibung ' + 'FROM CM_tbl_Content WHERE idHeader=:idHeader'; With this query, the program uses very huge memory (200 MB and more). If I remove the IF, like here: ZQCo...
by Alfonso
25.01.2006, 18:09
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Too much memory usage
Replies: 6
Views: 1886

Too much memory usage

I have build in Delphi 2006 a very little test application with one dbgrid, one TZQuerys and one connection to MySQL4. When I run the application, the memory usage (seen in Taskmanager) swaps between 4.460 KB (no TZQuery active) to 55 MB up to 250 MB, depending on the number of rows in the table. (T...
by Alfonso
13.09.2005, 09:51
Forum: 6.1.5
Topic: Delphi 2005 (Win32) and 6.1.5
Replies: 1
Views: 926

Delphi 2005 (Win32) and 6.1.5

We are using 6.1.5 with Delphi 7 and now we want to upgrade our Win32 Project to Delphi 2005 (also win32). Can I use the 6.1.5 components in Delphi 2005? How can I install them? I do not want to use 6.5.1, as it is still an alpha release.

bye

Alfonso