这个sqlite连接路径该怎么写
绝对路径 Unable to open the database file 这个错误
SQLiteConnection scn = new SQLiteConnection("Data Source = " + AppDomain.CurrentDomain.BaseDirectory + @"E:\c#_workspace\mp\mp\db\card.db");
改这样 no such :table CAED_INFO 但是数据库有这张表的
SQLiteConnection scn = new SQLiteConnection("Data Source = " + AppDomain.CurrentDomain.BaseDirectory + @"~/card.db");