Johann Spies <johann.spies@...> writes: > The error message supplies the answer: "Duplicate column name > 'nyckel'You cannot have two fields in the same table with the same name.RegardsJohann
I can't see that I have duplicate column names in the statement:
db.define_table('testdata',Field('idtestdata'),Field('nyckel'),Field('data'))
Obviously, there are no duplicate column names in the database.
Or am I missing something obvious?

