Recent content by Franco

  1. F

    Bookmark in TOracle DataSet

    Hi Marco, We have found a problem in Bookmark. Our program use the bookmark to keep in mind where we was posioned before refreshing a query: to do this we set a bookmark in current position, then we close the dataset and we re-open it. With Old BDE this method was always working, but with DOA (...
  2. F

    Serius Problem with Doa and Oracle 10

    Hi Marco, After a week end of test we are sure we have a solution. Belive it or not... either setting Oracle.NoQueryOptimize to true ( easiest solution) or using Toracle Query in place of TOracleDataSet works fine. thank you very much for your help. Franco
  3. F

    Serius Problem with Doa and Oracle 10

    Hi MArco, Diconnecting and reconnecting seems to get worsrt the problem. We are now try to use Oracle query instead of OracleDataSet. Our problem is that we have two program, in one I can do nything I want because it is a very small application, but the other application is really BIG and I...
  4. F

    Serius Problem with Doa and Oracle 10

    Thanky you Marco, we are now doing a try by disconnecting end reconnecting each 100 we open the same query... I don't know if this is a solution, but...it's a try :-/ Unfortunately the crash randomly appears, sometime after minutes, sometimes after several hours...So we have to wait a lot...
  5. F

    Serius Problem with Doa and Oracle 10

    Hi Marco, I downloaded the version 4.0.7 but I discovered we have had already that one: my collegue have donloaded it some time ago fogetting to change the {$DESCRIPTION} meta variable in Doaxxx.dpk pkg-> I was thinking we are using Doa 4.0.4 but we have version 4.07 and I'm sorry, but we still...
  6. F

    Serius Problem with Doa and Oracle 10

    Wow! that's a great news! we download it and we try again. Thank you Franco
  7. F

    Serius Problem with Doa and Oracle 10

    Hello, I'm a user of Doa and PlSqlDeveloper since year 2000. I recently faced with a problem that it seems to come only if we run the program on an Oracle DB server 10, but it does not happends with Oracle9.1 or older version. The program is only an infinite loop that perform a couple of query...
Back
Top