Hello! Here I have a problem where I think someone of you can help me out.
My application connects via several JDBC connections to the SAPDB (7.4.3.32 on W2K). One of the connections does a long lasting "delete" to table A. Some of the other connections are trying to do "inserts" to the same table. But they are blocked till the long-lasting "delete" is finished. Is there a way to get them unblocked, cause I know, that only rows, which were in before the first of the "inserts" are affected by the deletion? Do I have to change the transaction level settings or what else? Thanx a lot for helping me out. /Chris -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
