我刚刚更新了我的 Windows Phone 8 项目以使用最新版本的 SQLite.我确保更新 sqlite-net-wp8 包以及使用最新版本.
I just updated my Windows Phone 8 project to use the latest version of SQLite. I made sure to update the sqlite-net-wp8 package as well to use the latest version.
现在,当我执行更新语句时,我从数据库中得到一个异常:SQL 逻辑错误或缺少数据库
Now when I execute an update statement, I get an exception from the db: SQL logic error or missing database
这适用于 3.8.1.有什么办法可以回去吗?
This worked fine with 3.8.1. Is there any way I can go back?
如果您尝试卸载旧版本以使用它并且问题仍然存在,也许您可以通过查看您的查询来解决此问题...
If you try uninstall the old version to use it and the problem persist, maybe you can fix this looking at your Query...
在谷歌搜索我之前修复过的一个旧错误后,我发现了这个......
After googling with an old bug that I've fixed before, I found this ...
SQLite3::SQLException: SQL 逻辑错误或缺少数据库在通常的谷歌搜索并试图修复它之后,我才发现查询的问题是什么.
SQLite3::SQLException: SQL logic error or missing database After usual googling around and trying to fix it I just saw what the problem with the Query is.
这篇关于更新语句上的 SQLite 3.8.2 异常的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
我可以在不编写 SQL 查询的情况下找出数据库列表Can I figure out a list of databases and the space used by SQL Server instances without writing SQL queries?(我可以在不编写 SQL 查询的情况下
如何创建对 SQL Server 实例的登录?How to create a login to a SQL Server instance?(如何创建对 SQL Server 实例的登录?)
如何通过注册表搜索知道SQL Server的版本和版本How to know the version and edition of SQL Server through registry search(如何通过注册表搜索知道SQL Server的版本和版本)
WinForms 应用程序设计——将文档从 SQL Server 移动WinForms application design - moving documents from SQL Server to file storage(WinForms 应用程序设计——将文档从 SQL Server 移动到文件存
有没有办法使用 SQL 获取有关服务器的信息Is there a way to get information about a server using SQL(有没有办法使用 SQL 获取有关服务器的信息)
Sqlite Window Phone 8 中的更新记录Update Record in Sqlite Window Phone 8(Sqlite Window Phone 8 中的更新记录)