Skip to content Skip to sidebar Skip to footer

Createeditablecopyofdatabaseifneeded Create An Empty Copy Of Db!

I'm using the 'famous' :) function createEditableCopyOfDatabaseIfNeeded for create an editable copy of my db in an iphone app.. The function copy the original db in the documents d

Solution 1:

For testing purposes only:

Try to delete the existing database first. I'm guessing that as you were writing code and debugging you ran your application before this routine existed. SQLite would have created an empty database for you.

Post a Comment for "Createeditablecopyofdatabaseifneeded Create An Empty Copy Of Db!"