Exemple #1
0
        public static void UpdateData()
        {
            string tb = "OMRoadYearTask";

            using (SQLServerClientService sv204 = SQLServerClientService.GetInstance(conn3))
                using (SQLServerClientService svLocal = SQLServerClientService.GetInstance(conn1))
                {
                    List <Dictionary <string, object> > gp = sv204.GetAllItemDict(tb);
                    svLocal.InsertItemListDict(tb, gp);
                    svLocal.Commit();
                }
        }