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 ?