Compare commits
2 Commits
f297005973
...
6eac545959
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6eac545959 | ||
|
|
dbbe9cdd62 |
@@ -20,7 +20,7 @@ Public Class ClassConfig
|
||||
<ConnectionStringAppServer>
|
||||
Public Property ConnectionStringAppServer As String = ""
|
||||
<GlobalSetting>
|
||||
Public Property AppServerConfig As String = "172.24.12.39:9000"
|
||||
Public Property AppServerConfig As String = ""
|
||||
|
||||
Public ReadOnly Property IsIDB As Boolean
|
||||
Get
|
||||
|
||||
@@ -15,11 +15,11 @@ Public Class ClassDataASorDB
|
||||
oReturnDT = oTableResult.Table
|
||||
If IsNothing(oReturnDT) Then
|
||||
_Logger.Warn($"Datatable from ApPServData is nothing [{pAppServDT} - {pAppServFilter}] - Failover via DB")
|
||||
GetDatatable(pSQL, "", "", "", "DB")
|
||||
Return GetDatatable(pSQL, "", "", "", "DB")
|
||||
End If
|
||||
Catch ex As Exception
|
||||
_Logger.Warn($"Error getting ApPServData [{pAppServDT} - {pAppServFilter}]")
|
||||
GetDatatable(pSQL, "", "", "", "DB")
|
||||
Return GetDatatable(pSQL, "", "", "", "DB")
|
||||
End Try
|
||||
Else
|
||||
oReturnDT = Database.GetDatatable(pSQL)
|
||||
|
||||
Reference in New Issue
Block a user