Re: [Tutor] sqlite3 Python25 parameter binding problem withUPDATEplease help

2008-12-02 Thread aivars
Thanks, Alan, for your advice. I fully agree with you - I still need to understand basic Python (I actually warned that I am a complete noob) and how it works. And probably I need a couple of goof books. I once told you that I consider your website an excellent one and I am going there from time to

Re: [Tutor] sqlite3 Python25 parameter binding problem withUPDATEplease help

2008-12-02 Thread Alan Gauld
"aivars" <[EMAIL PROTECTED]> wrote Finally I managed to get it working! I had to remove [year] braces from the second argument - year. You really need to do some reading on basicv Python before you go any further, otherwise you will never understand what you are doing. That is what I told yo