ms Änderungen RS Marvin
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
Public Class frmAdressChange
|
||||
Private Sub btnsave_Click(sender As Object, e As EventArgs) Handles btnsave.Click
|
||||
Dim upd = String.Format("UPDATE TBKOMMCOLLI_SENDUNGEN SET NAME1 = '{0}', NAME2 = '{1}', STRASSE = '{2}', PLZ = '{3}', ORT = '{4}' WHERE GUID = {5}",
|
||||
txtName1.Text, txtName1.Text, txtStrasse.Text, txtPLZ.Text, txtOrt.Text, CURRENT_SENDUNG)
|
||||
txtName1.Text, txtName2.Text, txtStrasse.Text, txtPLZ.Text, txtOrt.Text, CURRENT_SENDUNG)
|
||||
If ClassDatabase.Execute_non_Query(upd) = True Then
|
||||
Me.Close()
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user