Setting IsolationLevel in DSNless ConnectionString

Keeper

New Member
Hello,

I'm using a Progress OpenEdge 10.1C Database and a "Progress OpenEdge 10.1C Driver" ODBC Driver. To connect to my Database I use the following ConnectionString:
"Driver={Progress OpenEdge 10.1C Driver};HOST=host;DB=db;UID=uid;PWD=pw;PORT=51001;"
This works fine so far. I now would like to specify the DefaultIsolationLevel within this ConnectionString. The manual says I can add "DefaultIsolationLevel=READ UNCOMMITED;" (or "DIL" instead of "DefaultIsolationLevel"). But this does not work at all, it still connects with READ COMMITED :(. Is there anything I can do making this work? Or has anybody an Idea what could be wrong?
Thank you very much in advance,
Best Regards,
Keeper
 
Hello,

nevermind... The documentation was wrong, there was a T missing in "
DefaultIsolationLevel=READ UNCOMMITTED"...


Best Regards,
Keeper
 
Back
Top