Hi all,
I am getting an "sqlite3_exce read only data base" error while inserting or updating data into table.
Because initially I have to create number of tables in data base & insert lots of data into it, so I create a one dummy application which create "database.sql" database,create Table & it insert data into the tables.
Now I put "database.sql" file into resources folder of my Main application & gives main bundle path while accessing data from data base.
I am able to access the data from it but while insert or update data from table, I get above mention error.
kindly help me to solve above problem.
Thank You.