C#之System.Data.SQLite.SQLiteException:「SQL logic error or missing database no such table: XX」

System.Data.SQLite.SQLiteException:「SQL logic error or missing database no such table: XX」 錯誤原因:在連接數據庫時,數據庫文件沒有使用絕對路徑: new SQLiteConnection("Data Source=xxx.sqlite;Version=3;"); 解決方法:指定數據庫文件絕對路徑即可 new
相關文章
相關標籤/搜索