Update 20220518
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user