Topic: no such table

Hi All,


What reason(s) there may be for getting DB error saying:
"no such table: Items"


I have the DB table even though error message saying otherwise. The Error message appeared when adding a new text field.

Adam
God... please help me become the person my dog thinks I am.

Re: no such table

Possible reason: you copied the database from another project and the current database does not contain this table, but you still have settings from this table in the data designer in your project.
More precisely, you can say if you add your project.

Визуальное программирование: блог и телеграм-канал.

Re: no such table

Hi k245,
Thank you very much for the information...
As you have suggested, issue was the old db in new project. After deleting old db issue has disappeared.

Adam
God... please help me become the person my dog thinks I am.

Re: no such table

У меня бывают такие ошибки, я просто удаляю файлы sqlite и sqlite3.dll
 
I just delete the files sqlite and sqlite3.dll

Re: no such table

Hi  Vladimir,
Thank you very much for the additional info...

Adam
God... please help me become the person my dog thinks I am.