First pass of new config
This commit is contained in:
@@ -5,7 +5,7 @@ Public Class frmAdminPasswort
|
||||
|
||||
Private Sub frmAdminPasswort_Load(sender As Object, e As EventArgs) Handles MyBase.Load
|
||||
Try
|
||||
Me.TBPM_KONFIGURATIONTableAdapter.Connection.ConnectionString = MyConnectionString
|
||||
Me.TBPM_KONFIGURATIONTableAdapter.Connection.ConnectionString = CONNECTION_STRING
|
||||
akt_pw = TBPM_KONFIGURATIONTableAdapter.cmdGetAdminPW
|
||||
Catch ex As Exception
|
||||
MsgBox("Fehler bei Form Load:" & vbNewLine & ex.Message, MsgBoxStyle.Critical)
|
||||
|
||||
Reference in New Issue
Block a user