we need Query builder component,We want it be a part of our dotnet application like as component, we need just set up the Internal Tbales/Viws and getting the T-SQL. it's supposed be simple and without visual drag/drop interface. we are expected in first page we select overall views/Tables In Next page: By default The Query builder should be able to recognize relations between tables/views or user can be able to create relations between tables/Views mandatory. we should have making criteria ,Aggregate function,Sort,Group by. I have been looked for lot's of component, but I could't find my ideal component, I am looking for something like as Crytal report query builder.

link|improve this question
Are you looking to create a Query Builder in C# or are you looking for an existing product? – jrummell Feb 9 at 19:45
I am looking for any existing solution, – Houshang.Karami Feb 9 at 20:01
feedback

closed as not constructive by jrummell, Book Of Zeus, casperOne Feb 12 at 7:39

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

If you have SQL Server 2005+, you have SQL Server Reporting Services, which has a Report Builder.

link|improve this answer
I would like to add as a dotnet component with T-SQL output capability . – Houshang.Karami Feb 9 at 19:49
Thank you , Hi jrummel I Installed ReportBuilder,It seems better, But how Can I get T-SQL Output? How can I initiall inside dotnet windows application? How Can I show predefault tables/views? – Houshang.Karami Feb 9 at 21:35
It's a stand alone application for building reports. I didn't realize you wanted to incorporate in into your own application. – jrummell Feb 9 at 21:38
thanks for your quick reply, behalf of our stakeholders , they need this tool for creating and designing queries that they need , such as define criteria, group by, applying aggregate functions... – Houshang.Karami Feb 9 at 21:43
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.