示例#1
0
        public void ExecuteUpdateTaskListMemoTest()
        {
            string dbfile = "taskaludb13.sqlite";
            string path   = Path.GetTempPath() + "\\" + dbfile;

            CreateSQLiteDBFlie(dbfile);
            CreateTableTaskList(dbfile);
            InsertTableTaskList(dbfile, "hoge", 0);

            Debug.Assert(SQLiteClass.ExecuteUpdateTaskListMemo(path, 1, "hoge"));
        }