On 9/15/05, John Moore <john at jmsd.co.uk> wrote: > ... my main concern is that the UPDATE sql doesn't actually > work, and I can't understand why. You probable need to commit your changes. Try a cursor.commit() call. If all the changes make up one logical transaction, do the commit at the end of the loop. Otherwise, do one after each update. (What does a logical transaction consist of? Only you can answer that! It's a domain question. A transaction is a set of changes that should be applied atomically - i.e., you want them all to happen, or none of them.) -- Cheers, Simon B, simon at brunningonline.net, http://www.brunningonline.net/simon/blog/
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4