Recent content by Robson

  1. R

    Migrating from Delphi 5 to Delphi 7

    Hello, I have migrated a Delphi 5 project to Delphi 7 (Which ran fine under Delphi 5). And installed DOA 3.4 for Delphi 7. However when i build my project with runtime packages including the doa package, i recieve the following error: "Undeclared identifier: EvaluateError" We have a unit...
  2. R

    Field '' not found

    We sometimes get the error "Field '' not found". The strange thing is, it only occurs every once in a while. And it occurs on a number of QueryDataSets. There are no fields added with the fieldeditor and the query always returns the same columns. Also the table structure doesn't change...
  3. R

    TOracleDataSet.CloseAll and open cursors

    Hello, I'm using the TOracleDataSet components in my application, i'm having a problem in the database with too many open cursors (often thousands per session). I understand you can use the CloseAll method to close these cursors, but after testing they remained open. Only if the propery...
Back
Top