Recent content by dEnvEr

  1. D

    Calling stored procedure from TOracleDataSet

    Hi everybody, I am using a function inside my TOracleDataSet SQL which has one input and one output variable. I am wondering if it is possible to use stored procedure instead of a function? here is my SQL with function Select rec_id, fname, lname, myfunction(id) 'Category' from customer_t I...
  2. D

    Multi-thread

    Thanks for answer.
  3. D

    Multi-thread

    Yes it is connect to the datasource component. Thanks for the interest.
  4. D

    Multi-thread

    Hi, I am using TOracleSession, TOracleDataSet version 3.4.6.1 in my delphi 6 project. To open the query I am using a thread because some queries take really long and I want user to be able to cancel it. However, when I run the query first time everything is fine but if requery the dataset and...
Back
Top