Working Rejected

This commit is contained in:
Digital Data - Marlon Schreiber
2019-09-24 13:16:01 +02:00
parent 82a839949d
commit cf461c79d9
5 changed files with 106 additions and 54 deletions

View File

@@ -58,7 +58,7 @@ Public Class Form1
End Function
Private Function LoadPropertyMapFor(Args As WorkerArgs, Specification As String)
Dim oSQL As String = $"SELECT * FROM TBEDM_XML_ITEMS WHERE SPECIFICATION = '{Specification}' AND ACTIVE = True"
Dim oSQL As String = $"SELECT * FROM TBEDM_XML_ITEMS WHERE SPECIFICATION = '{Specification}' AND ACTIVE = True ORDER BY XML_PATH"
Dim oResult As DataTable = _firebird.GetDatatable(oSQL)
For Each oRow As DataRow In oResult.Rows