Recent content by Che Ming

  1. C

    Direct path loading

    Oh, yes. I access my database through network not local. Does DPL work fine only on local database?
  2. C

    Direct path loading

    My Database server is 8.1.6 runned on Windows 2000 Advanced Server, I using DOA's demos to test this feature, and my file contains 10000 rows. The result is Insert using Array takes 2.9s and Insert using DPL takes 2.1s BTW: Marco, how to use UBB? You have modified my first message in order to...
  3. C

    Direct path loading

    I have seen your ads: Then, I tested it with demos but I found Direct path loading is not faster 5 times than Array DML, can you tell me why? How to tune it to best performance? [This message has been edited by mkalter (edited 08 September 2000).]
  4. C

    How to distribute NET8 without Oracle Installer?

    Hi, Zava: why not using ASTA to develope 3-Tier application?
  5. C

    Version 3.4.2 - still having problems with hang when terminating application!

    Me too. I have met trouble with OracleMonitor unit long long ago, but DOA has no any progress on solving this problem.
  6. C

    Auto Reconnect Feature

    // Code from Borland CodeCenter unit code_fragments; (* This unit contains only fragments of code, to clarify idea - how to make the Oracle session self reconnecting. Lost connection - situation when server was shut down or cable was pulled out from network card etc...
  7. C

    Use DOA3.3.3 with ASTA

    Hi, Luo JiuDe: Where are you? China? I am using ASTA too, if you want to contact me, plz mail me to: cheming6150@sina.com
  8. C

    TOracleEvent

    But after 10 seconds, TOracleEvent doesn't stop, so my app will be dead, why?
  9. C

    TOracleEvent

    I use TOracleEvent in my project and I found sometime, the TOracleEvent.Stop will block my main thread, so my program will be dead when I close my program and TOracleEvent.Stop is calld by TOracleEvent.Destroy, why? How can I avoid it?
  10. C

    Oracle Client Leaks...

    What version BoundsChecker do you use? Have you tried TurboPower's MemorySleuth or SleuthQA for your application?
  11. C

    TOracleDataSet and TExportX

    I use TExportX to export data to Text/HTML/Excel/Word, but I found TOracleDataset always cache the data from the query, so the application will eat many many many memory when my query returns large dataset, how can I ommit the cache feature of TOracleDataset? (TExportX only support the TDataset...
Back
Top