Recent content by CQHALL

  1. C

    Record has been changed by another user

    Excellent, I'm using Delphi 6 Enterprise with Update Pack 2.
  2. C

    Record has been changed by another user

    DOA 4.01 gives me the :mad: error (see subject) when attempting to edit at least a dozen records of a particular table using DOA 4.01 but did not with 3.46 (and does not now that I've reinstalled 3.46). I created a barebones application accessing this table. The barebones application...
  3. C

    OnThreadError Question

    A little more info. We have Oracle 8.05 running on a DEC Alpha under NT4 (so we can't get a newer version of Oracle until we upgrade our hardware). I saw the forum thread on the memory leak. I believe pooling the sessions would defeat the purpose in my case. "Can I obtain a pooled session?"...
  4. C

    OnThreadError Question

    I wrote a simple application to connect and disconnect to a database over a link as part of a deamon that will report various system problems via email to our DBA. To accelerate testing, the process is on a 5 second timer (which is disabled while the session status changes), so the process...
  5. C

    Problems using OracleDataset in D5 frame

    The newest beta (4) seems to have resolved the issue with frames. Thank you very much. I can move forward with my project now.
  6. C

    Problems using OracleDataset in D5 frame

    Marco: That is excellent. Your response time and quality have been outstanding the few times I have needed your help. I am using 3.4 beta 2. Frames are central to the framework (no pun intended) that I am developing. The sooner I could get my hands on the fix, the better! Chuck Hall
  7. C

    Problems using OracleDataset in D5 frame

    tOracleDataset is causing problems when I use it in a D5 frame. Problem 1) If I have ever opened the dataset within the frame in design mode, it must be open when I drop the frame from the component palette onto a form. It is remembering the fields in the query and complains that it can't find...
  8. C

    DOA 3.4 beta problem

    The installation of the 3.4 beta cleared the library list in the D5 Environment Options. The first clue was when I tried to add OraclewwDataset (the Infopower Dataset component). The compiler couldn't find VCL50(.dcp). The contents of the library path are stored in the registry under...
Back
Top