Skip to Content
0
Former Member
Aug 23, 2006 at 07:00 PM

Prevention of Auto Commit

29 Views

Hi

WE have a BSP app , in which we implemented a lock table.

MVC model is being used.

Here the issue is , once the method where the insert is performed , is exited , a auto commit is done.

I want it to remain in database but not commited.

How do i ACCOMPLISH THIS ?