MS
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
'TODO: Diese Codezeile lädt Daten in die Tabelle "DD_ECMAdmin.TBPMO_LOG_ESSENTIALS". Sie können sie bei Bedarf verschieben oder entfernen.
|
||||
|
||||
'TODO: Diese Codezeile lädt Daten in die Tabelle "DD_ECMAdmin.VWDD_LOGIN_USER_HISTORY". Sie können sie bei Bedarf verschieben oder entfernen.
|
||||
Me.VWDD_LOGIN_USER_HISTORYTableAdapter.Connection.ConnectionString = MyConnectionString
|
||||
Me.VWDD_LOGIN_USER_HISTORYTableAdapter.Connection.ConnectionString = MYDB_ECM.CurrentConnectionString
|
||||
Me.VWDD_LOGIN_USER_HISTORYTableAdapter.Fill(Me.DD_ECMAdmin.VWDD_LOGIN_USER_HISTORY)
|
||||
|
||||
End Sub
|
||||
@@ -19,7 +19,7 @@
|
||||
Sub Load_Essentials()
|
||||
Try
|
||||
Me.Cursor = Cursors.WaitCursor
|
||||
Me.TBPMO_LOG_ESSENTIALSTableAdapter.Connection.ConnectionString = MyConnectionString
|
||||
Me.TBPMO_LOG_ESSENTIALSTableAdapter.Connection.ConnectionString = MYDB_ECM.CurrentConnectionString
|
||||
Me.TBPMO_LOG_ESSENTIALSTableAdapter.Fill(Me.DD_ECMAdmin.TBPMO_LOG_ESSENTIALS)
|
||||
Me.tslblEssential.Text = "Essential Logs (" & DD_ECMAdmin.TBPMO_LOG_ESSENTIALS.Rows.Count.ToString & ")"
|
||||
Catch ex As Exception
|
||||
|
||||
Reference in New Issue
Block a user