Aggiunta stored x inserimento parametri macchine missing
This commit is contained in:
@@ -61,6 +61,7 @@ namespace MapoDb
|
||||
public DS_UtilityTableAdapters.CommentiTableAdapter taComm;
|
||||
|
||||
// table adapter x planner
|
||||
public DS_PlanTableAdapters.MachineParamsTableAdapter taMacParams;
|
||||
public DS_PlanTableAdapters.CalStopTableAdapter taPlanCalStop;
|
||||
public DS_PlanTableAdapters.CalDispTableAdapter taPlanCalDisp;
|
||||
public DS_PlanTableAdapters.RichiesteTableAdapter taPlanRichieste;
|
||||
@@ -115,14 +116,18 @@ namespace MapoDb
|
||||
taRC = new DS_ProdTempiTableAdapters.RegistroControlliTableAdapter();
|
||||
taRS = new DS_ProdTempiTableAdapters.RegistroScartiTableAdapter();
|
||||
taStatoProd = new DS_ProdTempiTableAdapters.StatoProdTableAdapter();
|
||||
|
||||
taSelArt = new DS_UtilityTableAdapters.v_selArticoliTableAdapter();
|
||||
taSelMacc = new DS_UtilityTableAdapters.v_selMacchineTableAdapter();
|
||||
taSelOdlFree = new DS_UtilityTableAdapters.v_selODLTableAdapter();
|
||||
taComm = new DS_UtilityTableAdapters.CommentiTableAdapter();
|
||||
|
||||
taMacParams = new DS_PlanTableAdapters.MachineParamsTableAdapter();
|
||||
taPlanCalStop = new DS_PlanTableAdapters.CalStopTableAdapter();
|
||||
taPlanCalDisp = new DS_PlanTableAdapters.CalDispTableAdapter();
|
||||
taPlanRichieste = new DS_PlanTableAdapters.RichiesteTableAdapter();
|
||||
taPromOut = new DS_PlanTableAdapters.PromesseOUTTableAdapter();
|
||||
|
||||
taIstK = new DS_IntServTableAdapters.IstanzeKITTableAdapter();
|
||||
taAs400 = new DS_IntServTableAdapters.ProduzioneAs400TableAdapter();
|
||||
taTKS = new DS_IntServTableAdapters.TKS_SearchTableAdapter();
|
||||
@@ -178,6 +183,7 @@ namespace MapoDb
|
||||
taSelOdlFree.Connection.ConnectionString = connectionString;
|
||||
taComm.Connection.ConnectionString = connectionString;
|
||||
// area planner
|
||||
taMacParams.Connection.ConnectionString = connectionStringES3;
|
||||
taPlanCalStop.Connection.ConnectionString = connectionStringES3;
|
||||
taPlanCalDisp.Connection.ConnectionString = connectionStringES3;
|
||||
taPlanRichieste.Connection.ConnectionString = connectionStringES3;
|
||||
|
||||
Reference in New Issue
Block a user