OnUpdateRecord. Set Params manually. How?

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
MikeVF
Posts: 2
Joined: Wed 12 Apr 2006 06:16

OnUpdateRecord. Set Params manually. How?

Post by MikeVF » Wed 12 Apr 2006 06:26

How i can manually set params for Insert,Update,Delete in OnUpdateRecord. With BDE DataSet it is possible.

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Wed 12 Apr 2006 08:26

To manually set parameters for update SQLs use BeforeUpdateExecute event of TOraQuery.
In handler of this event you can use variable Params.

Post Reply