Consultor Eletrônico



Kbase P124525: Unable to change the isolation level with OpenEdge 10.1B driver
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   6/29/2007
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.1B

SYMPTOM(s):

Unable to change the isolation level

Using JDBC connection

<connection>.setTransactionIsolation(<int>);

[DataDirect][OpenEdge JDBC Driver][OpenEdge] Cannot change the transaction isolation level while in a transaction. (13742)

CAUSE:

There are pending ResultSets opened in a previous isolation level

FIX:

Close all pending ResultSets before changing the isolation level.