Search found 4 matches

by shokre
17.11.2008, 11:25
Forum: Firebird
Topic: Delphi7, zeoslib, firebird 2.0 , stored procedure
Replies: 6
Views: 958

thank your for help
i think that i have solved problem with disconnect and connect to db when user does not have opened any query, table etc.
by shokre
13.11.2008, 10:16
Forum: Firebird
Topic: Delphi7, zeoslib, firebird 2.0 , stored procedure
Replies: 6
Views: 958

I have read about commit retain, that zeos dos not do hard commit untill i close connection. And with commit or rollback transaction, stored procedure is locked.
by shokre
13.11.2008, 10:13
Forum: Firebird
Topic: Delphi7, zeoslib, firebird 2.0 , stored procedure
Replies: 6
Views: 958

In IBexpert or Flamerobin procedure is executed normaly. But problem is with locks.
I do use autocommit=true but i still have problem. I have tried to commit or rollback but as long as i dont close connection procedure is locked.
by shokre
12.11.2008, 13:14
Forum: Firebird
Topic: Delphi7, zeoslib, firebird 2.0 , stored procedure
Replies: 6
Views: 958

Delphi7, zeoslib, firebird 2.0 , stored procedure

I am using Delphi7, zeoslib, firebird 2.0 and stored procedure for getting reports in big commercial app. Problem is that after calling once stored procedure TZQuery nor TZReadOnlyQuery does not release procedure after close. Is there any way to do it?! If i try to change procedure in , exp. IBExper...