[Progress Communities] [Progress OpenEdge ABL] Forum Post: HOW TO INSERT/UPDATE DATA IN A NON-JOURNALED DB2 ISERIES TABLE WITH THE CONNECT FOR ADO.NET

  • Thread starter Thread starter sdahlhaus@biederlack.de
  • Start date Start date
Status
Not open for further replies.
S

sdahlhaus@biederlack.de

Guest
With the 4.3 Version of the Provider I am not able to call SaveChanges() in Entity Framework. It was working in 4.1 / 4.2 when setting the IsolationLevel to NoCommit in the connection string: Progress KB - How to insert data in a non-journaled DB2 iSeries table with the Connect for ADO.NET 4.1 DB2 provider But this no longer works, as it returns the following: System.ArgumentException: The specified isolation level is not supported. I tried setting different IsolationLevels all of which either returned the error above or the following: SQL7008N "table_name" in "XXXXXX" not valid for operation. Is there a solution / workaround for this in 4.3?

Continue reading...
 
Status
Not open for further replies.
Back
Top