Search found 8 matches
- 03.06.2009, 21:31
- Forum: 6.6 - stable
- Topic: [BUG] 6.6.4 +CachedUpdates + Filter Empty + Change in Filter
- Replies: 2
- Views: 471
Hi, Seems like the problem is introduced with SVN revision 103 Actually, I wonder why something should happen when Sortedfields is emptied. Resorting seems odd to me. Does removing the Self.Internalrefresh call solve your problem? Mark Yes. The problem was gone. But I don't know the zeos internals ...
- 27.05.2009, 20:11
- Forum: 6.6 - stable
- Topic: [BUG] 6.6.4 +CachedUpdates + Filter Empty + Change in Filter
- Replies: 2
- Views: 471
[BUG] 6.6.4 +CachedUpdates + Filter Empty + Change in Filter
I found a problem in ZAbstractRODataset.pas. If I have in a TZQuery: CachedUpdates = true Filter = "" If a delete a record and change filter from empty to something then all changes are lost. The problem is here: if Active then {InternalSort;} {bangfauzan modification} if (FSortedFields = ...
- 26.06.2007, 15:52
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: How and When Start a Transaction with PostgreSQL 8.1
- Replies: 1
- Views: 786
How and When Start a Transaction with PostgreSQL 8.1
Hello. I'm using zeos 6.5.1 with Delphi 7. If I set TransactIsolationLevel = tiReadCommited in the Connection, I always have a Transaction open. If I set TransactIsolationLevel to tiReadCommited just before open a transaction e and change back to tiNone after commit this don't happen. I think this i...
- 17.11.2006, 11:11
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Reduce time to open database
- Replies: 9
- Views: 2525
- 16.11.2006, 19:58
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Reduce time to open database
- Replies: 9
- Views: 2525
Sorry for the delay. So I have some great problem. I think the problem is with the network or database config. My table with 6000 rows take > 30s to load in the network. My idea: with I have a table with the key and another in master-detail with all the data. When a navigate in the master, the detai...
- 10.11.2006, 13:26
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Reduce time to open database
- Replies: 9
- Views: 2525
- 10.11.2006, 11:36
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Reduce time to open database
- Replies: 9
- Views: 2525
Ops. Sorry.swierzbicki wrote:Please be more precise.
What Database are you running ? , you can compress the data when running on MySQL.
How optimized is your SQL Query ?
I'm using Postgres. I'm using a TZTable. I need all the data for each row, but I need just one row each time. I need navigation(next, prior).
- 10.11.2006, 11:18
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Reduce time to open database
- Replies: 9
- Views: 2525
Reduce time to open database
Hello. Somebody can help me to reduce the time needed to open a large database?
I know if a set Filtered to True this help.
Disable calc Fields? Lookup fields take much time?
Something else?
Thanks.
I know if a set Filtered to True this help.
Disable calc Fields? Lookup fields take much time?
Something else?
Thanks.