> I've got a functions that should update an sqlite database, among other 
> things.  However
>  the database doesn't get updated. When used in isolation, the update 
> statement works 
> fine. What am I doing wrong?

> Below is the function. The whole script can be found at 
> http://pastebin.com/m53978ffa

I think it's because you don't commit the changes to the database.  Use 
c.commit() after
you make the changes.

                                          
_________________________________________________________________
Find the right PC with Windows 7 and Windows Live. 
http://www.microsoft.com/Windows/pc-scout/laptop-set-criteria.aspx?cbid=wl&filt=200,2400,10,19,1,3,1,7,50,650,2,12,0,1000&cat=1,2,3,4,5,6&brands=5,6,7,8,9,10,11,12,13,14,15,16&addf=4,5,9&ocid=PID24727::T:WLMTAGL:ON:WL:en-US:WWL_WIN_evergreen2:112009
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to