Hello,
i'm using last version of DOA doa41d6
if SQL statemnt contains "CONNECT BY", using QBE in TOracleDataSet gives errors.
This is example:
original SQL:
select a.rowid, a.*
from pay a
START WITH a.ref is not null
CONNECT BY PRIOR pay_id = a.parentpay_id
ORDER SIBLINGS BY a.ref
now using...