C# sqlite no such table 问题

一般是由于使用相对路径造成的,使用绝对路径即可。

 

string sqlitepath = Application.StartupPath + "\\sqlite.db";

 

posted @ 2018-04-07 21:13  来了啊老弟  阅读(1735)  评论(1)    收藏  举报