This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Transaction Isolation level issuesnborwankar Aug 22, 2002 5:25 PM (in response to j8055)You don't say whether you commit the transaction on the first thread or not. And whether that makes a difference to the behavior you see 
- 
        2. Re: Transaction Isolation level issuesdavidjencks Aug 22, 2002 6:22 PM (in response to j8055)I suspect you are deadlocking in the db. I don't have any personal experience with that db but have heard of some apps using it that had to set the isolation level to read uncommitted to avoid deadlock. I think they make liberal use of table or page locks at higher isolation levels. 
 
     
    