Thank you very much. I created a new project with almost the same controllers and views, but with the table extended by the ID field (I actually did not choose a key in explicit way, so Web2py provided one by itself). Now everything works perfectly!
Thanks again to everyone. P.S. So has it to be considered as a web2py bug, since the problem seems to be on the SQLlite side? -- Marco On 12 Mar, 12:35, DenesL <[email protected]> wrote: > SQLite does not support this AFAIK. > > Keyed tables (the ones that define a primarykey) so far are only > supported on DB2, MS SQL, Ingres and Informix. > Others (except SQLite) can be added following the instructions > in:http://groups.google.com/group/web2py/browse_thread/thread/db150376b0... > > Denes. -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

