Search found 7 matches

by jozagulikoza
10.11.2007, 15:13
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZQuery DbGrid optical problem
Replies: 8
Views: 1928

This is not error. Its feature of dbgrid

Joza
by jozagulikoza
26.10.2007, 14:15
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Opening Delphi data module with TZConnection: very slow
Replies: 8
Views: 2386

Monitor establishing of connectin on server side (when you open connecton during design time).
by jozagulikoza
26.10.2007, 12:54
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Opening Delphi data module with TZConnection: very slow
Replies: 8
Views: 2386

Tel us a version of DB server. Where is server? On your computer or in the net?
Probably this is not delphi or zconnect problem.
Can you normaly connect to server with some other program from yor computer?
by jozagulikoza
26.10.2007, 12:10
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Opening Delphi data module with TZConnection: very slow
Replies: 8
Views: 2386

If you have Zqueries in data module they must be closed and open then when you need them
by jozagulikoza
08.10.2007, 17:45
Forum: Off Topic
Topic: One ZConnection and many data aware components?
Replies: 8
Views: 27820

Its good exaple for multitreading and good design ;).
I havent proper solution for TZSQLMonitor in treads.
But, its not big problem for me.
by jozagulikoza
07.10.2007, 12:26
Forum: Off Topic
Topic: One ZConnection and many data aware components?
Replies: 8
Views: 27820

If you use treads, yes open a connecton per tread
Can you tell us in which case you use treads.
Generali if you use trasacitons in your stored procedures it is enought, no needs for treafds.
I need more informations about your databese/aplication design.
by jozagulikoza
06.10.2007, 12:21
Forum: Off Topic
Topic: One ZConnection and many data aware components?
Replies: 8
Views: 27820

Mainly one TZConnection per aplication in a datamodul.

if you have TZConnetction per dataset and 10 datasets in your apl.
yuo have 10 real connenctons on DB serverve.
Imagine one aplication/user 10 connections on DB.
And imagine you have 15 users work with your program, 15X10 connectons.