Recent content by Antonio Sala

  1. A

    TableFunction "on the fly"

    Hi: In my application, I need to create complex queries that I solve frequently with tablefunctions. But the oracle server is not administrated by my, and the creation of tablefunctions is delayed some days. I tried to make, in a oracledataset this code: begin open :mycursor for select * from...
  2. A

    ORA-25401

    No. I have maked a simple program what includes one TOracledataset and one TOracleQuery, and into a TMemo the user writes the SQL query and with two buttons launch the query with each component, and the query works Ok with TOracleDataset and fails with TOracleQuery (it not returns any row). Is...
  3. A

    ORA-25401

    Hi: I've got a problem with a TOracleQuery, and a server Oracle 9i. If I execute a select query with a TOracleDataset, it works fine, but if I execute the same query with a TOracleQuery, then no rows are returned and if I try to fetch, then I receive the error "ORA-25401 can not continue...
Back
Top