Search found 3 matches
- 20.03.2008, 09:05
- Forum: User Patches
- Topic: Error while closing form with TZConnection.Connected=False
- Replies: 0
- Views: 752
Error while closing form with TZConnection.Connected=False
Hi, I was edited this code for my problem in home. See the code below, I replace: function TZConnection.GetInTransaction: Boolean; begin CheckConnected; Result := not FAutoCommit or (FExplicitTransactionCounter > 0); end; with: function TZConnection.GetInTransaction: Boolean; begin try CheckConnecte...
- 26.04.2007, 09:25
- Forum: PostgreSQL
- Topic: RAISE NOTICE event on Zeos
- Replies: 6
- Views: 2864
Bad news... as far as I know the components do not support events yet. This feature is on the wish list. Unfortunately the programmer to implement it is on the same list. So... Who wants to implement this? just step forward... It's not as bad as you think. I was talking to a former Zeos developer w...
- 01.03.2007, 08:02
- Forum: PostgreSQL
- Topic: RAISE NOTICE event on Zeos
- Replies: 6
- Views: 2864
RAISE NOTICE event on Zeos
is there any event when RAISE NOTICE run in plpgsql.
thank you of its aid
thank you of its aid