Compare commits
2 Commits
5bdfa29d08
...
cd44125d96
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cd44125d96 | ||
|
|
344435987a |
@@ -196,8 +196,7 @@ Public Class MSSQLServer
|
|||||||
End Using
|
End Using
|
||||||
End Using
|
End Using
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
_Logger.Warn($"GetDatatableWithConnection failed SQLCommand [{SqlCommand}] - ERROR: {ex.Message}")
|
_Logger.Warn($"GetDatatableWithConnection failed with SQLCommand [{SqlCommand}] and ConnectionString [{MaskConnectionString(ConnectionString)}]")
|
||||||
|
|
||||||
Return Nothing
|
Return Nothing
|
||||||
End Try
|
End Try
|
||||||
End Function
|
End Function
|
||||||
|
|||||||
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
|||||||
' übernehmen, indem Sie "*" eingeben:
|
' übernehmen, indem Sie "*" eingeben:
|
||||||
' <Assembly: AssemblyVersion("1.0.*")>
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
<Assembly: AssemblyVersion("1.2.1.0")>
|
<Assembly: AssemblyVersion("1.2.2.0")>
|
||||||
<Assembly: AssemblyFileVersion("1.2.1.0")>
|
<Assembly: AssemblyFileVersion("1.2.2.0")>
|
||||||
|
|||||||
Reference in New Issue
Block a user