Recent content by jes

  1. J

    Asynchronous requests

    The request is submitted by using a TOracleDataSet component with default properties (therefore with locking mode set to lmCheckImmediate and QueryAllRecords to true)
  2. J

    Asynchronous requests

    Hi ! Sometimes when I submit a request to the server (Oracle 8.1.7) I'm waiting the response for a (too) long time but my program is blocked until the response comes. I want to be able to manage the response time on my own but firing a time-out event callback into which I will cancel the...
  3. J

    AV in 'ntdll.dll' with DOA 3.4.6.1

    Hi, I'm writing an application with 2 Oracle connections : one on a remote server (Oracle 8i Entreprise Edition 8.1.7.0.0), and one on a local server (Oracle 8i Personnal Edition 8.1.7.0.0). The TOracleSession corresponding to the local connection has his TreadSafe property set to True. A AV...
Back
Top