Skip to content

Tag: java

exception is happening and I don’t no why

I keep getting this exception. I want to insert using a query into a table called Toy. It’s in this order as below: Toy ID, Toy Name, age, price(as currency data type), color Exception: invalid …

Problems with SQLiteException: no such table

I have a database with two tables and every time I try to add a new item to the second table it says that there is no such table. Please help. DatabaseHelper: The add method from DatabaseHelper: The place where the new item creation is: Answer you may have changed the schema and did not increase the db versio…