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 the program is really freezing on that particular query. And I also see that the variable's value is correct.
This exact same query worked all right with the BDE, and I have lots of TOracleQuerys that are working fine within that application, but this one always freezes and I have no idea why
Thanks for any idea
Martin L'Heureux
Here's my query :
UPDATE TUTILISATEUR
SET Modifie = 1
WHERE Login IN (SELECT Login FROM TDANS
WHERE UPPER (Code_groupe) = UPPER

I used the Oracle Monitor and I can see the program is really freezing on that particular query. And I also see that the variable's value is correct.
This exact same query worked all right with the BDE, and I have lots of TOracleQuerys that are working fine within that application, but this one always freezes and I have no idea why
Thanks for any idea
Martin L'Heureux