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

  • Thread starter Thread starter Avadhoot Kulkarni
  • Start date Start date
Status
Not open for further replies.
A

Avadhoot Kulkarni

Guest
As the KB Article suggests you need to add Isolation level=None in your connection string. Have you tried that? If not can you please give it a try. In any case, please share you connection string with us along with ADO.NET Trace file. You can create the Trace file by adding "Trace File=c:\temp\adotrace.txt;Enable Trace=1;" in your connection string. This additional information will help us understand why "no commit" was working for 4.2 and my not be working for 4.3.

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