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
相关文章
相关标签/搜索