Tag Archives: SQL logic error

C# System.Data.SQLite.SQLiteException:“SQL logic error or missing database no such table: XX”

System. Data. SQLite. SQLiteException: “SQL logic error or missing the database no to the table: XX”

new SQLiteConnection(“Data Source=xxx.sqlite; Version=3;” );

solution: specify absolute path of database file
new SQLiteConnection(“Data Source=D:\111\222\333\xxx.sqlite; Version=3;” );