Beispiel #1
0
        private bool UpdateContent(string strKey, string strContent)
        {
            string strContent_new = string.Format(" REMARK = '{0}' ", strContent);

            return(chc.UpdateTextContent(strKey, "SCHOOL_CODE", strContent_new, "BASIC_SCH_INFO"));
        }