remove obsolete mysqlserver methods

This commit is contained in:
Jonathan Jenne
2020-06-23 11:13:37 +02:00
parent c4e5557d4d
commit e2b9e9fe49
7 changed files with 22 additions and 40 deletions

View File

@@ -312,7 +312,7 @@ Public Class MyComService
' End If
If oSendResult = True Then
Dim oUpdCommand = "UPDATE TBEMLP_EMAIL_OUT SET EMAIL_SENT = GETDATE() WHERE GUID = " & oGUID
_MSSQL.NewExecutenonQuery(oUpdCommand)
_MSSQL.ExecuteNonQuery(oUpdCommand)
End If
Next
Else