Can you use a WITH statement in TADOQuery?
- From: "deanb" <deanbrown3d@xxxxxxxxx>
- Date: 26 May 2005 13:01:18 -0700
Hi there
I'm trying to pass this select statement to Oracle, using the TADOQuery
object:
with T1 as (select train_i from train where train_i < 20) select * from
T1;
It fails saying the result does not return a dataset set.
It I do this:
select * train_i from train where train_i < 20;
it works fine.
Any clues?
Dean
.
- Prev by Date: Re: Finding a record in a TADOTable
- Next by Date: DB2 OLEDB Provider
- Previous by thread: Multiple Step Operation
- Next by thread: DB2 OLEDB Provider
- Index(es):
Relevant Pages
|