【解決方案】最簡單的SQLite內存與磁盤互轉

#把數據庫加載到內存web SQLiteConnection cnnIn = new SQLiteConnection("data source=" +dataBaseFileName); SQLiteConnection SqlMemoryConnection = new SQLiteConnection("Data Source=:memory:"); cnnIn.Open(); Sq
相關文章
相關標籤/搜索