Monitor: Fix SQL, add Icon

This commit is contained in:
Jonathan Jenne
2021-06-18 11:27:36 +02:00
parent c558df75a9
commit 6085fba151
3 changed files with 7 additions and 1 deletions

View File

@@ -143,7 +143,7 @@ Public Class frmMonitor
Private Function LoadData() As Boolean
Try
Dim oSQL As String = "EXEC PRDD_MONITORING_GET_TREEVIEW_RESULT 'TYPE1','sdsdd',2"
Dim oSQL As String = "EXEC [IDB].[dbo].[PRDD_MONITORING_GET_TREEVIEW_RESULT] 'TYPE1','sdsdd',2"
Dim oTable As DataTable = Database.GetDatatable(oSQL)
TreeListResults.DataSource = oTable