Recent content by Serge

  1. S

    if select statement contains "CONNECT BY" clause, QBE fails

    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...
Back
Top