AuditFlow, OpenSnd_SendToAviso
This commit is contained in:
@@ -964,7 +964,7 @@ Public Class SQL
|
||||
'NOT Working--------------------------------------------
|
||||
|
||||
Try
|
||||
' MsgBox(sql)
|
||||
' MsgBox(sql)
|
||||
Using cmd As New SqlCommand(sql, conn)
|
||||
If list IsNot Nothing Then
|
||||
For Each i In list
|
||||
@@ -977,7 +977,7 @@ Public Class SQL
|
||||
conn.Close()
|
||||
Return True
|
||||
Catch ex As Exception
|
||||
' MsgBox("ERR!")
|
||||
' MsgBox("ERR!")
|
||||
If showErr Then VERAG_PROG_ALLGEMEIN.cErrorHandler.ERR(ex.Message, ex.StackTrace, System.Reflection.MethodInfo.GetCurrentMethod.Name, , , , , sql)
|
||||
End Try
|
||||
Return False
|
||||
|
||||
Reference in New Issue
Block a user