1. Aubin Jean Paul
  2. PowerBuilder
  3. Thursday, 28 September 2017 15:19 PM UTC

Hi,

I have an application where when the user changes tab, it triggers a savedata... run well under IDE but on iPad I get "The COMMIT TRANSACTION request has no corresponding BEGIN TRANSACTION". When I trace with SQL PROFILER, I can see the Begin Transaction the updates and the Commit Transaction.

 

Jean Paul

 

 

George Mikhailovsky Accepted Answer Pending Moderation
  1. Thursday, 28 September 2017 23:39 PM UTC
  2. PowerBuilder
  3. # 1

Hi Jean Paul,

Look for COMMIT TRANSACTION statements in all the respective codes and make sure that they have BEGIN TRANSACTION ones in the same code. You could also to comment out COMMITs and (if this fixes the problem) think if you really need them. Maybe to set Autocommit to TRUE, for example?

V/r,

George

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.