Hi....
I was wondering if only using the DLL generated by LLBLGen I was able to generate an Ad Hoc query builder like ( http://www.activequerybuilder.com/ ) or ( http://www.compu-rx.com/office/102_5.htm ).
With this information from LLBLGen generated code I would be able to generate a (1) SQL string or (2) a C# code using Entities that retrieve the data or (3) in the future, LINQ!
Why? (My motivation) Because I wasn’t able to find any Ad Hoc query builder that works with Oracle and easy as MS Access query builder... I know it does not seem the best approach (open the database to the user) but here we have users that LOVE Access and its power to find the information with no IT teams interactions... (I like the idea too).... it is amazing how a trained user can create reports with these kinds of tools.
And, it would be a nice and useful project...
I haven’t investigate the generated code yet (too lazy: it's Friday, 6:00PM)... but I would like to hear from you guys what you think and if it is possible.