Update 1.0.0.27 - Entwicklung

This commit is contained in:
2021-04-21 19:05:27 +02:00
parent f1fc04d0b1
commit 3ac556e480
43 changed files with 3261 additions and 101567 deletions

View File

@@ -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;
}
}
}