問題描述
我剛剛更新了我的 Windows Phone 8 項(xiàng)目以使用最新版本的 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.
現(xiàn)在,當(dāng)我執(zhí)行更新語句時,我從數(shù)據(jù)庫中得到一個異常:SQL 邏輯錯誤或缺少數(shù)據(jù)庫
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...
在谷歌搜索我之前修復(fù)過的一個舊錯誤后,我發(fā)現(xiàn)了這個......
After googling with an old bug that I've fixed before, I found this ...
SQLite3::SQLException: SQL 邏輯錯誤或缺少數(shù)據(jù)庫在通常的谷歌搜索并試圖修復(fù)它之后,我才發(fā)現(xiàn)查詢的問題是什么.
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.
這篇關(guān)于更新語句上的 SQLite 3.8.2 異常的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!