Recent content by Ol

  1. O

    RefreshRecord problem in D3

    I have sent by email
  2. O

    RefreshRecord problem in D3

    I use TOracleDataset with RefreshOptions=[roAllFields] and following SQL (for example): SELECT emp.ROWID FROM Scott.emp, Scott.dept where dept.deptno = emp.deptno AND emp.sal < 5000 after opening the dataset I execute RefreshRecord method. As result, I see in Oracle Monitor my query with...
  3. O

    Problems with TOracleQueue

    no answers... :( I can't stop process in OnThreadError...
  4. O

    Problems with TOracleQueue

    ...and how I can stop processing withing OnThreadError? For example, if I recieved critical error and need to stop?
  5. O

    Problems with TOracleQueue

    can't?! Quote from your help system: "TOracleQueue.OnThreadError [skipped] You can call the StopThread procedure within this event handler if you do not want to continue to wait for additional messages." By the way, I have updated the DOA version to 4.0.7.1 and I hope my problems will be solved.
  6. O

    Problems with TOracleQueue

    Unfortunately I do not see any answers :( I have found a new very simple example of a problem. if StopThread method is called in OnThreadError event then the program does not work further. The code: procedure TForm1.Button1Click(Sender: TObject); begin OracleQueue1.StartThread; end...
  7. O

    Problems with TOracleQueue

    Hi I try to use the TOracleQueue component. I have made the following actions: 1. Create new project 2. Drop on the form TOracleSession, TOracleQueue and TButton components. 3. Set TOracleQueue.Session property 4. Set TOracleQueue.QueueName property 5. Set to True...
Back
Top