Previously I was using KORZH Easy Query Data Model builder for AD-Hoc reporting. I was using Data Model Editor tool for that manually. Now I am using dev express query builder to generate queries but my previous AD-Hoc reporting requires XML based queries generated using Data Model Editor tool. How can I generate XML like data model editor. Is any way to convert SQL query to KORZH easy query data model XML.
Asked
Active
Viewed 118 times
0
-
The SQL Server scripting language is not great for generating XML data. Much easier to do with c# Net XML libraries. So I would use Entity in c# to build models in c# classes and then serialize the classes to xml. – jdweng Feb 02 '22 at 10:34
1 Answers
0
I would recommend going from SQL to Abstract Syntax Tree (AST) first. Then AST to EasyQuery XML.
Its not an easy problem. I would move back to EasyQuery or change 100% to something that works with dev express.

Brian Freeman
- 1
- 1
-
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - [From Review](/review/late-answers/31825081) – Luca May 25 '22 at 14:15