Update 20220518

This commit is contained in:
2022-05-18 07:43:23 +02:00
parent 8f75d67c73
commit a31256fd78
288 changed files with 1198744 additions and 82 deletions

View File

@@ -629,7 +629,7 @@ public class clsDB
}
}
}
public DataSet Get_Reportdata(string Orte, string U1012, string erdgas, string vierkampf, int ortnr)
public DataSet Get_Reportdata(string Orte, string U1012, string erdgas, string vierkampf, int ortnr, int anzahl_atheleten)
{
SqlConnection myConnection = new SqlConnection(this.Connectionstring);
@@ -641,9 +641,12 @@ public class clsDB
myCommand.Parameters.Add("@resqw", SqlDbType.Int, 4);
myCommand.Parameters.Add("@resew", SqlDbType.Int, 4);
myCommand.Parameters.Add("@resortnr", SqlDbType.Int, 4);
myCommand.Parameters.Add("@anz_athleten", SqlDbType.Int, 4);
myCommand.Parameters[4].Value = ortnr;
myCommand.Parameters[3].Value = 0;
myCommand.Parameters[2].Value = 1;
myCommand.Parameters[5].Value = anzahl_atheleten;
}
if (erdgas == "J")