Recent content by cjmoore

  1. C

    How does DOA choose which Oracle client to use?

    Thanks Marco, does this mean DOA searches the PATH until it finds something matching the homes listed in the registry?
  2. C

    How does DOA choose which Oracle client to use?

    I have Oracle 8i, 9i and 10g clients installed, how does DOA choose which to use as 8 and 9 can be found in ALL_HOMES but 10's details are stored separately in the registry? Thanks Cary
  3. C

    DOA and Delphi 2010

    Any update on the timeframe for D2010/C2010 release? Regards
  4. C

    Access Violation at TOracleDataSet.Open() method

    I should have perhaps explained that the "process to check for messages" involves a dataset.refreshrecord and a dataset.refresh
  5. C

    Access Violation at TOracleDataSet.Open() method

    Interesting! Any idea whether this could cause an application to terminate without any error messages (similar to using application.terminate)? Reason I ask is our application on occasion seems to terminate of it's own accord, no error messages and this happens when the user has simply logged...
  6. C

    DOA for Delphi2007

    WinHlp32 support for Vista can now be downloaded from Microsoft. http://go.microsoft.com/fwlink/?LinkID=82148
  7. C

    Dataset ReadBuffer problem

    That's exactly what's happening, thanks Marco
  8. C

    Dataset ReadBuffer problem

    Wierd, I've just hit this problem with one of my datasets! QueryAllRecords = true, Readbuffer is set at 100 but when the dataset is opened it returns 1 record at a time, taking ages to retrieve the 63 records I've tried changing the readonly property but unfortunately it doesn't make any...
  9. C

    Delphi 2006?

    Any plans/timescales for releasing DOA for D2006/Win32?
  10. C

    Using HINTS in CountAllRecords

    Thanks Marco, I'll look forward to that being included in 4.0.6.0!! :D
  11. C

    Using HINTS in CountAllRecords

    In part of our system we use QueryAllRecords=False with CountAllRecords=True and this generally this works OK but on certain queries the initial resultset is returned in 5 seconds but the count then takes 2.5 minutes! Is there any way the Count(*) statement can use the optimiser hint used in...
  12. C

    List of open datasets/queries

    Found TOraclesession.datasets.locklist. Hopefully gives me something to work with.
  13. C

    List of open datasets/queries

    Is there a way of finding all open datasets and queries from a toraclesession? If a connection is lost I want to be able to re-connect and re-open any open datasets.
  14. C

    How to handle Transparent Application Failover

    We've been asked to support TAF in our application and I was wondering if anyone knows of any documentation or can offer advice on what we need to do to support TAF with DOA?
  15. C

    UniDirectional DataSets

    Is there still plans to support unidirectional datasets in TOracledataset?
Back
Top