search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

SQLite

Related article: AngularJS Scheduler Tutorial
Asked by Anonymous
7 years ago.

Hi im new to sqlite and it seems that the demo/tutorial is not saving the data on the sqlite file? cannt add event.

Answer posted by Dan Letecky [DayPilot]
7 years ago.

Most likely the problem is that the process doesn't have permissions to write to daypilot.sqlite.

1. Trying adding the permissions.
2. Placing the DB file in a publicly accessible location is not a good idea. The tutorial stores it there for demo purposes but normally you will want to move it to another directory (or better, use a real database instead).

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.