Recent content by Harris007

  1. H

    Oracle Access Violation, ORA805.DLL

    version 3.4.5.1
  2. H

    Oracle Access Violation, ORA805.DLL

    Tried other clients, same thing. Below is th einfo you requested. --- The query SELECT timesheet.rowid, TO_CHAR(timesheet.start_on_duty_date, 'DD/MM/YYYY HH24"h') start_on_duty_date_str, TO_CHAR(timesheet.end_on_duty_date, 'DD/MM/YYYY HH24"h') end_on_duty_date_str...
  3. H

    Oracle Access Violation, ORA805.DLL

    Have a TOracleDataSet. When Optimize is set to True, sporadically get the Oracle Access Violation in ORA805.DLL error message when trying to issue an Open on the dataset. With Optimize set to False, works fine. Any idea what is causing this, and if it will fixed soon?
Back
Top