简体   繁体   中英

file is encrypted or is not a database

I have installed Berkeley DB with .msi on oracle site and ADO.NET adapter for SQLite with Design-Time components for Visual Studio. If I run dbsql command from shell and execute each type of operation on Berkeley DB, this works. Even if I create a new project with an edmx file that points to a file sqlite database, this works. Now when I build the project for sqldb adonet and I run the testlinq project, throw the Exception 'file is encrypted or is not a database'. The same error is thrown when I create an edmx file with SQLite Data Provider that have a .db file created with Berkeley DB. What is wrong?

http://www.oracle.com/technetwork/products/berkeleydb/downloads/index.html看一下Berkeley DB“ Berkeley DB dbsql-adodotnet-xxxzip”的ADO.NET适配器,它应该满足您的要求。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM