update 20250730

This commit is contained in:
Stefan Hutter
2025-07-30 20:31:00 +02:00
parent f700066d6a
commit 3d19016ba1
49 changed files with 456 additions and 84 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -210,6 +210,7 @@ namespace Database
public DataSet daten = new DataSet();
public void Get_Tabledata_for_Update(string Tablename, bool StoredProc = false, bool is_SQL_String = false)
{
var sqlconnect = new SqlConnection();
var ds = new DataSet();
ds.Tables.Clear();

Binary file not shown.

Binary file not shown.