Update 1.0.0.27 - Entwicklung
This commit is contained in:
@@ -76,6 +76,8 @@ namespace QW2021C.Resultate
|
||||
ds = Parser.GetDataSet();
|
||||
|
||||
clsDB db = new clsDB();
|
||||
db.truncate_table("dbo.res_taf_import");
|
||||
db.dsdaten.Tables.Clear();
|
||||
db.Get_Tabeldata_for_Update("Select * from dbo.res_taf_import", false, true);
|
||||
foreach (System.Data.DataRow r in ds.Tables[0].Rows )
|
||||
{
|
||||
@@ -88,8 +90,10 @@ namespace QW2021C.Resultate
|
||||
db.dsdaten.Tables[0].Rows.Add(rn);
|
||||
}
|
||||
db.Update_Tabeldata();
|
||||
|
||||
db.migrate_taf_resultate(this.hiddenortnr.Value, this.hiddendeletedata.Value);
|
||||
this.Tab1.SelectedItemIndex = 3;
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user