开发者

Sql Server CE 3.1 corruption

开发者 https://www.devze.com 2023-03-15 21:17 出处:网络
I have a quite important sdf file, which is corrupted. If I try to open it (password protected, 24 MB) I get the 25017 Error, this is well known and I was be able to fix this Error 开发者_Python百科in

I have a quite important sdf file, which is corrupted. If I try to open it (password protected, 24 MB) I get the 25017 Error, this is well known and I was be able to fix this Error 开发者_Python百科in the past with engine.repair but if i try this, i got a complete System error (not catchable).

Ausnahmecode 0xc0000005 Ausnahmeadresse: 0x017b65d4 Lesen 0x00000064

The same error occurs if i perform engine.verify or engine.compact I've tryed to download some desktop sdf viewer, but the all crashed too.

Dit anyone have any idea what's the problem and how to solve? Or am I able to decrypt my databasefile by myself and read the informations with a Text Editor?


Have you tried installing build 8083 or later, and then run Verify/Repair http://erikej.blogspot.com/2010/08/sql-server-compact-35-sp2-downloadable.html

For 3.0/3.1: http://erikej.blogspot.com/2009/07/sql-server-2005-compact-edition.html

0

精彩评论

暂无评论...
验证码 换一张
取 消