Recent content by zzato

  1. Z

    Oracle 9i and DOA 3.3.2

    Sorry, i don't have find topics about my question before post. Tnx
  2. Z

    Oracle 9i and DOA 3.3.2

    But OCI7 is false....
  3. Z

    Oracle 9i and DOA 3.3.2

    Using oracle 9i via doa 3.3.2 give me this error: 'A Query with lob requires OCI8 mode, but OCI7 mode is used. I try to do it via client 8i and client 9i with same result. I'm using d5 and on my connection object related property is set to False. Tnx x any answer. Bye zzato
  4. Z

    Doa with Dbexpress on D6

    Hi! I use d6 enterprise with dbexpress. Can i use a doa component into a TDatasetProvider object as dataset property?
  5. Z

    OciBreak, BreakThread and so on...

    It will call TOracleSession.BreakExecution if necessary (which in turn uses OCIBreak by the way). I need to have separate TOracleSession object for each query? Otherwise, breakexecution stop ALL query that use same OracleSession? Tnx for your answer Bye PS: sorry for previous "bad" reply... (
  6. Z

    OciBreak, BreakThread and so on...

    Hi! Sometime my users need to stop a query. If i use threaded query and call breakthread method, it stop server-side operation and free related resource? Otherwise, if i use a thread, and in my thread call OCIbreak, WHATH i must use as params for it: sword OCIBreak ( dvoid *hndlp...
Back
Top