HTML and CSS Reference
In-Depth Information
Figure 5.6. In the left screenshot, the application finds no tasks in the database. Therefore, it displays a message
and links the question “Add one?” to the Add Task form. In the right screenshot, if you try to search for a task,
you'll see that no tasks match your query, no matter what you enter.
As you can see from figure 5.6 , displaying a list of tasks isn't very useful if you have no
way of adding tasks to the database. Let's solve that problem right now.
5.3.5. Adding data to a database using IndexedDB or Web SQL
 
Search WWH ::




Custom Search