Parse query after re-creation of the form with the TOraQuery

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Anatoly
Posts: 1
Joined: Fri 23 May 2008 07:46

Parse query after re-creation of the form with the TOraQuery

Post by Anatoly » Fri 23 May 2008 07:55

Excuse for bad English
At re-creation of the form, on which TOraQuery was located, it each time executes prepare. How to avoid it, you see the text of the inquiry was not changed?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 26 May 2008 07:44

Please specify what do you mean by 'prepare'. The Prepare method of TOraQuery is executed on form creation only if you set the Active and Options.AutoPrepare properties to True.

Post Reply