I have 2 applications on the same machine that use the same DB. My connection string in each of them is the following:
Data Source=c:\tmp\MYDB.DB;Version=3;New=False;Pooling=True;Synchronous=True;
From time to time one of them starts throwing "The database disk image is malformed" exception in attempt to INSERT or UPDATE data from particular table. The other one works fine meanwhile. If to run SQLadmin, it won't show any issues with that particulad DB - no matter if you run it simultaneously with these 2 apps or as a standalone app. My question is what the issue is and how to fix it? Disk is error-free, that's for sure.