MS Globix Admin

This commit is contained in:
2021-07-08 10:34:58 +02:00
parent ccd0e1d1fb
commit e254f7fa70
13 changed files with 1540 additions and 2571 deletions

View File

@@ -65,8 +65,10 @@ Public Class frmAdmin_ClipboardWatcher
Init(My.LogConfig)
'TODO: Diese Codezeile lädt Daten in die Tabelle "DSDD_Stammdaten.TBDD_CONNECTION". Sie können sie bei Bedarf verschieben oder entfernen.
Me.TBDD_CONNECTIONTableAdapter.Fill(Me.DSDD_Stammdaten.TBDD_CONNECTION)
Try
TBCW_PROFILESTableAdapter.Connection.ConnectionString = My.DatabaseECM.CurrentSQLConnectionString
TBCW_PROFILESTableAdapter.Fill(DBCW_Stammdaten.TBCW_PROFILES, PrimaryKey)