Esempio n. 1
0
        public bool mdl_question_attempt_steps_MacDinh()
        {
            try
            {
                string procname         = @"DELETE FROM `mdl_question_attempt_steps`;ALTER TABLE `mdl_question_attempt_steps` AUTO_INCREMENT = 1;";
                DbAccessMySqlOffline db = new DbAccessMySqlOffline();
                db.CreateNewSqlCommand_Text();
                db.ExecuteNonQueryWithTransaction(procname);

                return(true);
            }
            catch
            {
                return(false);
            }
        }