Skip to content Skip to sidebar Skip to footer

Db Error: Database Disk Image Is Malformed

I am running code from this tutorial sqlite database iOS app tutorial . But it is giving sql error on inserting record DB Error: database disk image is malformed... Could not e

Solution 1:

You should use this command:

yum clean dbcache

or

mv /var/lib/rpm/__db* /tmp rpm --rebuilddb

Post a Comment for "Db Error: Database Disk Image Is Malformed"