Recent content by Robertio

  1. R

    TOracleDataSet Refresh Memory Increase

    Any update Marco - customer was on about this earlier in the week as a single instance of the app was using over 80Mb and the terminal server was less than entirely happy.
  2. R

    TOracleDataSet Refresh Memory Increase

    That's almost another 3 months. Any chance of some feedback?
  3. R

    TOracleDataSet Refresh Memory Increase

    Any update on the Marco? Not heard anything since sending the sample app (over 2 months ago). Don't want to redo a couple of million lines of code to use a different dataset if I can avoid it.
  4. R

    TOracleDataSet Refresh Memory Increase

    Sample app and instructions are heading your way Marco.
  5. R

    TOracleDataSet Refresh Memory Increase

    Any update on this Marco? our customers are chasing us for a fix to this issue.
  6. R

    TOracleDataSet Refresh Memory Increase

    If it is of any help: the same happens if rather than dataset.refresh you call dataset.close then dataset.open
  7. R

    TOracleDataSet Refresh Memory Increase

    I've upgraded to 4.1 and this is still happening, strange though it may be, it is definitely dependent on other apps. This is why it has taken me so long to trace the cause. I do not know if this is down to them using memory or processor, but would imagine memory. I'm seeing it increasing by...
  8. R

    TOracleDataSet Refresh Memory Increase

    Was this ever resolved? If so in which version? I'm having the same issue in 4.0.7 If you sit and watch Task Manager while it refreshes (the TOracleDataset) the memory use seems to remain fairly constant, but if you try to do other things (open Word, etc.) while the refresh process is running...
  9. R

    Refresh Record on CDS Queries All?

    Have a bit of a strange problem, wouldn't be an issue but some users 'need' to work on thousands of records in one grid. Have an OracleDataset, linked to a ClientDataset via a DatasetProvider. Which works fine. The problem arises when I try to refresh one record on the clientdataset...
  10. R

    Determining If 10g Installed?

    Thanks very much Marco, that's exactly what I was after :D
  11. R

    Determining If 10g Installed?

    Ideally server, but client would do (if the user has a 10 client then the server will be 10). Prior to 10 we had a service that ran for updating Oracle Text indexes. On login to the program a warning would flash up if the service was not running. In 10 this service is not required so I don't...
  12. R

    Determining If 10g Installed?

    Is there any way of knowing if the user has 10g installed? By using OracleCI we can check up to 9, but we need to find out if the user has 10 installed. Thanks
  13. R

    TOracleQuery - Open Cursor Problem

    Thanks (sorry, not had much time to look at this recently) but the trigger is just running a straight forward insert (via stored procedures/functions)which if my understanding is correct is already an implicit cursor. It can be demonstrated by creating an after-insert trigger for emp: CREATE OR...
  14. R

    TOracleQuery - Open Cursor Problem

    Tried it against the emp table and got different behaviour. Not had a chance yet to work out why, may have something to do with us having triggers on insert/update/delete to do custom auditing. Would there be any reason why an 'insert into audit-table' sql command ran inside a trigger would...
  15. R

    TOracleQuery - Open Cursor Problem

    This is running DOA 3.4.6.1 in Delphi 6 against Oracle 8.17. Same problem exists against Oracle 9. When using DOA 4.0.5 it adds to the number of open cursors each time, rather than reusing them across queries (as it does in 3): q1 uses 4 cursors q2 uses 1 cursor q3 uses 1 cursor In 3...
Back
Top