TOraScript.AfterExecute property

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Serg

TOraScript.AfterExecute property

Post by Serg » Thu 18 Aug 2005 08:08

Thanks to your answer.

We usally don`t make changes to outside developers code, but in version 5 TOraScript.AfterExecute property is removed (it is used in our code).
We used Odac 4.1 before.

Why did you do so & how can we avoid the problem without component's rewriting?

Best regards,
Serg

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Thu 18 Aug 2005 08:41

This event was deleted, possibly because TOraScript.BeforeExecute have the same functionality.

Post Reply