示例#1
0
 public static void UpdateT_InformartionwPOqty(string strPONumber)
 {
     strPONumber = strPONumber.PadLeft(12, '0');
     //do check SN đúng theo PO
     SP_Processing.MySqlConn mycon = new SP_Processing.MySqlConn(strSqlConnection4_608FFCPACKING);
     // DataTable dt= mycon.ExecSProcDS("ame_CheckSNDLSS", POnumber.PadLeft(12, '0')).Tables["Table"];
     mycon.ExecSProc("[ame_T_Information_Update_POqty]", strPONumber.PadLeft(12, '0'));
 }
示例#2
0
 public void DoCloseStation()
 {
     SP_Processing.MySqlConn cn = new SP_Processing.MySqlConn(PhanMem.chuoi_ket_noivnmsrv601_FFCPacking);
     cn.ExecSProc("DoCloseStation", idKey);
 }
示例#3
0
 public void DoUpdate()
 {
     cn.ExecSProc("DoUpdateStation", this.StationName, this.IP, PPVersion, StartUpPath, DateTime.Now.ToString(), "Start", idKey);
 }
示例#4
0
 public static void DeleteSerialbyPO(string POnumber)
 {
     SP_Processing.MySqlConn mycon = new SP_Processing.MySqlConn(strSqlConnection4_608FFCPACKING);
     mycon.ExecSProc("usp_TFFC_SerialNumbersDelete", POnumber.PadLeft(12, '0'));
 }