Search found 5 matches

by delphi2pk
11.11.2010, 09:51
Forum: 6.6 - stable
Topic: [FB2.1]Master-Detail and correct usage of Foreign Key
Replies: 3
Views: 757

Dear louis,

Here is a simple solution.

Before applying updateds disablecontrols from both queries and enable it again after comitting.

Give it a try.
by delphi2pk
23.10.2009, 11:13
Forum: 6.6 - stable
Topic: TZQuery and TZUpdateSQL.
Replies: 2
Views: 720

Re: TZQuery and TZUpdateSQL.

Hi, all. I've just started using ZEOSlib, and have a little problem with it. I use TZQuery with TZUpdateSQL. ZQuery.UpdateOject := ZUpdaetSQL; How to decide what type of modification to use?(insert, delete or update) ZQuery hasn't property UpdateKind... Plz help me!!!!! TZQuery is enough to update ...
by delphi2pk
02.07.2009, 04:48
Forum: User Contributions
Topic: New samples with Zeos.
Replies: 6
Views: 4788

Thanx Silvio Clécio
by delphi2pk
02.07.2009, 04:45
Forum: 6.6 - stable
Topic: How to commit and refresh
Replies: 5
Views: 769

I have a similar problem, and just refreshing won't work delphi5, fb 2.1.2, zeoslib 6.6.4, tiReadCcommitted ZTable1.refresh doesn't reflect the changes made by the same agenda application from another pc on my network any tips? I think zeos 6.6.4 is not fully supporting fb 2.1.2 use zeos 6.6.5 inst...
by delphi2pk
17.06.2009, 12:49
Forum: 6.6 - stable
Topic: How to commit and refresh
Replies: 5
Views: 769

Set TransactionIsolationLeve := tiReadComitted

now data will be updated on pressing navigators refresh button.

you don't worry about comitting the transaction.... thats all about zconnection.