Recent content by Keeper

  1. K

    Setting IsolationLevel in DSNless ConnectionString

    Hello, nevermind... The documentation was wrong, there was a T missing in " DefaultIsolationLevel=READ UNCOMMITTED"... Best Regards, Keeper
  2. K

    Setting IsolationLevel in DSNless ConnectionString

    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...
Back
Top