[問題] 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