c#连接Sqlite数据库问题
我用sqliteadmin建了一个数据库test.sdb,可是怎么也打不开提示如下错误:File opened that is not a database file
file is encrypted or is not a database。
[解决办法]
连接字符串你用错了,极有可能拷贝的别的数据库的链接字符串.
发布时间: 2012-03-31 13:13:26 作者: rapoo
c#连接Sqlite数据库问题
我用sqliteadmin建了一个数据库test.sdb,可是怎么也打不开提示如下错误:File opened that is not a database file
file is encrypted or is not a database。
[解决办法]
连接字符串你用错了,极有可能拷贝的别的数据库的链接字符串.