neu
This commit is contained in:
@@ -593,7 +593,9 @@ Public Class SQL
|
||||
|
||||
Return defaultReturn
|
||||
Catch ex As Exception
|
||||
VERAG_PROG_ALLGEMEIN.cErrorHandler.ERR(ex.Message, ex.StackTrace & vbNewLine & conn.ConnectionString, System.Reflection.MethodInfo.GetCurrentMethod.Name & sql)
|
||||
Dim connstr = ""
|
||||
If conn IsNot Nothing Then connstr = conn.ConnectionString
|
||||
VERAG_PROG_ALLGEMEIN.cErrorHandler.ERR(ex.Message, ex.StackTrace & vbNewLine & connstr, System.Reflection.MethodInfo.GetCurrentMethod.Name & sql)
|
||||
End Try
|
||||
'MsgBox("3")
|
||||
Return defaultReturn
|
||||
|
||||
Reference in New Issue
Block a user