摘要:
in C#:class Program{ static void Main(string[] args){if(File.Exists("test.db3")){File.Delete("test.db3");}using(var connection = new SQLiteConnection("Data Source=test.db3;Version=3"))using(var command = new SQLiteCommand("CREATE TABLE PHOTOS(ID INTEGER PRIMARY KEY 阅读全文
posted @ 2012-12-22 21:40
武胜-阿伟
阅读(2754)
评论(1)
推荐(0)
浙公网安备 33010602011771号