File opened that is not a database file file is encrypted or is not a databa
胡厉刚
2023-12-01
事件:c#打开SQLite 数据提示File opened that is not a database file file is encrypted or is not a databa;
原因:在sqlite3.dll的版本,与sqlite3.lib库文件版本不一致。导致无法打开文件。
解决方法:下载新版本的sqliteadmin.exe,直接在里面创建新的SQLite库。