lakshmipathi added the comment:
ok..let me put this question ,in different manner.
Here is my code (example2)
--
import sqlite3
def loopy():
return 'GNU'
#get connection object
conn = sqlite3.connect("/tmp/example2")
#get curson obj. and invoke execu
New submission from lakshmipathi :
Hi all,
I'm new user to python and sqlite, let me know if i'm wrong or it's
sqlite issue.When I uncomment the line from below program it works -as
expected. But even when it's commented It works for first time.-As per
doc,without commit