Pergunta

I'm trying to run Kendo spring demo application, most of the demos works but whenever I run remote binding examples I'm getting

[SQLITE_ERROR] SQL error or missing database (no such table: Employees)]

It seems like it couldn't find the database, where can I find the database or how can I fix this?

Foi útil?

Solução

The database should be available under the following folder:

spring-demos\src\main\webapp\WEB-INF\sample.db

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top