[问题] VS2008 sqlite open问题

楼主: newslime (史莱姆)   2017-11-15 12:00:13
各位高手好,我在VS2008使用System.Data.SQLite
static string SQLITE_DB = "C:\\Tables\\Table.db";
if (!File.Exists(SQLITE_DB))
SQLiteConnection.CreateFile(SQLITE_DB);
sqlite_connect = new SQLiteConnection("Data source=" + SQLITE_DB);
sqlite_connect.Open();
在open阶段程式就出错了

Links booklink

Contact Us: admin [ a t ] ucptt.com