Ok insert e delete x ValidVal
This commit is contained in:
@@ -28,6 +28,7 @@ namespace CMS_SC_Data
|
||||
taDS = new DS_ApplicazioneTableAdapters.DettSchedaTableAdapter();
|
||||
taEFM = new DS_ApplicazioneTableAdapters.ElencoFamMaccTableAdapter();
|
||||
taEM = new DS_ApplicazioneTableAdapters.ElencoMacchineCNTableAdapter();
|
||||
taVV = new DS_ApplicazioneTableAdapters.ValidValTableAdapter();
|
||||
//taFile = new DS_UtilityTableAdapters.tblFilesTableAdapter();
|
||||
}
|
||||
/// <summary>
|
||||
@@ -43,6 +44,7 @@ namespace CMS_SC_Data
|
||||
taDS.Connection.ConnectionString = connStr;
|
||||
taEFM.Connection.ConnectionString = connStr;
|
||||
taEM.Connection.ConnectionString = connStr;
|
||||
taVV.Connection.ConnectionString = connStr;
|
||||
//taFile.Connection.ConnectionString = connStrFiles;
|
||||
}
|
||||
|
||||
@@ -55,6 +57,7 @@ namespace CMS_SC_Data
|
||||
public DS_ApplicazioneTableAdapters.DettSchedaTableAdapter taDS;
|
||||
public DS_ApplicazioneTableAdapters.ElencoFamMaccTableAdapter taEFM;
|
||||
public DS_ApplicazioneTableAdapters.ElencoMacchineCNTableAdapter taEM;
|
||||
public DS_ApplicazioneTableAdapters.ValidValTableAdapter taVV;
|
||||
//public DS_UtilityTableAdapters.tblFilesTableAdapter taFile;
|
||||
|
||||
public static DtProxy man = new DtProxy();
|
||||
|
||||
Reference in New Issue
Block a user