SQLite 3.8.2 exception on Update statement(更新语句上的 SQLite 3.8.2 异常)
问题描述
我刚刚更新了我的 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 异常的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:更新语句上的 SQLite 3.8.2 异常


- 更改自动增量起始编号? 2021-01-01
- 如何将 SonarQube 6.7 从 MySQL 迁移到 postgresql 2022-01-01
- 如何使用 pip 安装 Python MySQLdb 模块? 2021-01-01
- 使用 Oracle PL/SQL developer 生成测试数据 2021-01-01
- 以一个值为轴心,但将一行上的数据按另一行分组? 2022-01-01
- 远程 mySQL 连接抛出“无法使用旧的不安全身份验证连接到 MySQL 4.1+"来自 XAMPP 的错误 2022-01-01
- 导入具有可变标题的 Excel 文件 2021-01-01
- 如何将 Byte[] 插入 SQL Server VARBINARY 列 2021-01-01
- SQL 临时表问题 2022-01-01
- 在SQL中,如何为每个组选择前2行 2021-01-01