TOraScript - multiple select statements
Posted: Tue 30 Jun 2009 11:27
Hi, I'm wondering is you run TOraScript with multiple select statements like this:
select a, b, from table1
/
select c, d from table2
How you yould get access to each dataset?
Would you 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
select a, b, from table1
/
select c, d from table2
How you yould get access to each dataset?
Would you 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