Re: SELECT ... FOR UPDATE

2006-08-25 Thread Scott Van Wart
defined as datasource in JBoss). I tried to use SELECT ... FOR UPDATE statement but when I'm executing it, the application stops and waits forever. As far as I know it shouldn't. Rows in the database aren't blocked (I can make UPDATE or SELECT ... FOR UPDATE freely). What it

SELECT ... FOR UPDATE

2006-08-25 Thread Konrad Billewicz
asource in JBoss). I tried to use SELECT ... FOR UPDATE statement but when I'm executing it, the application stops and waits forever. As far as I know it shouldn't. Rows in the database aren't blocked (I can make UPDATE or SELECT ... FOR UPDATE freely). What it can be? How to