Hi, I've an offline enabled application and some times i could see new database files created with the same name as specified by me but with suffixes [1] , [2].. and when i tried to access the original database file(mydatabase#database) which was created it throws me the following error message.
Error in opening file mydatabase#database - perhaps this is not an sqlite db file Exception Name: NS_ERROR_FILE_CORRUPTED Exception Message: Component returned failure code: 0x8052000b (NS_ERROR_FILE_CORRUPTED) [mozIStorageService.openUnsharedDatabase] Please help me how to proceed further.
