Re: [Tutor] sqlite query problem

2010-01-29 Thread BOBÁK Szabolcs
Dear Hugo, Thank you for your fast help and the sharp eyes. I was almost hopeless. It is working now, but only with the first formula, and I also voted to the third one, so I will try a little bit more. Thank you very much! 2010. január 29. 17:53 Hugo Arts írta, : > 2010/1/29 BOBÁK Szabolcs :

Re: [Tutor] sqlite query problem

2010-01-29 Thread Hugo Arts
2010/1/29 BOBÁK Szabolcs : > > This also works, but this not: > sql_command_stat = 'SELECT COUNT(lastmoddate) FROM > '+sql_tablename_orig+'WHERE lastmoddate < '+str(lastmod_date1) > sql_cursor.execute(sql_command_stat) > > This was my original try, but tried various in various formula. > sql_comman

[Tutor] sqlite query problem

2010-01-29 Thread BOBÁK Szabolcs
Dear List Members, I need help in a mystic problem (I hope just for me) with python and sqlite3. Running enviroment: OS: Windows 2003 ENG 64bit, Windows XP HUN 32bit Python: ActiveState Python 2.6.4 32bit (It's a must because of PyWin extension in the future and I didn't have any issue with it