19 May
2004
19 May
'04
11:54 a.m.
Hi all, Is there a way using a python script to force a transaction to commit? For example, I would like to start a script by clicking a button on a page and then close my browser. The problem is that when the transaction can't complete due to the closed connection, everything gets rolled back. I would like for the script to run and then commit, regardless. Any ideas? Thanks, Kevin