Recent content by mlheureux

  1. M

    TOracleQuery's execute freezes

    Follow-up ... The problem just dissapeared. It lasted for 2 days, and then everything was working fine. So right now, the problem's not there anymore, and I don't have much time to spend trying to understand what was going on, I'll just hope it's really gone and it won't come back !!! Thanks...
  2. M

    TOracleQuery's execute freezes

    How can I determine if it's a locking issue ?? I haven't done anything particular about this, so maybe the default values aren't correct for me. Are there any tool or query that I could use to see if the record I'm trying to update is locked ?? BTW, I'm using D5 with Oracle 7.3.4.4. Martin
  3. M

    TOracleQuery's execute freezes

    Hi all, I have a problem with a TOracleQuery that reezes whenever the Execute method is executed. Here's my query : UPDATE TUTILISATEUR SET Modifie = 1 WHERE Login IN (SELECT Login FROM TDANS WHERE UPPER (Code_groupe) = UPPER (:Groupe)) I used the Oracle Monitor and I can see...
  4. M

    TOracleDataSet Refresh problem

    Thanks for reply. I also thought about that solution, but I was just wondering if that was a bug, because the TDataSet doesn't react the same way. And since I think both solutions (yours and mine) are *patching*, I wanted to know if there was something I didn't get right. I think the problem...
  5. M

    TOracleDataSet Refresh problem

    Hi, I'm using DOA 3.4.6.4 with Delphi 5 and I have a weird problem. I'm converting an application that used BDE into DOA and that application worked perfectly with the BDE. But I changed a TTable component for a TOracleDataSet, and now, whenever I hit the refresh button of my TDBNavigator, the...
Back
Top