Page 1 of 1

TOraScript and event AfterExecute

Posted: Wed 30 Nov 2005 16:07
by nschmied
Hy,

Why are you suppret event AfterExecute to TOraScript ?
I will need some

Thank,
nsc

Posted: Thu 01 Dec 2005 11:08
by Alex
For this purpose you can create TOraQuery and assign it to DataSet property of TOraScript. Then TOraScript will use TOraQuery for processing sql statements. So you can use AfterExecute event of TOraQuery.

Multiple select statements

Posted: Tue 30 Jun 2009 11:22
by dados
So if you have multiple select statements that would result in multiple datasets and you would want to have access to each dataset you would have to create a TOraQuery for each statement in the Script BeforeExecute and turn the Omit := true and run the Query your self. Is that right?

Reg,
Arni

Posted: Wed 01 Jul 2009 07:26
by Plash