.NET Query Builder component

浪尽此生 提交于 2019-12-06 01:26:53

问题


Can anyone reccomend a free .NET libary which allows you to expose a SQL Query builder to your users in a windows form app? I'd like my users to be able to run relatively straight forward SELECT statements, including some JOINS and other multi-table operations without getting into the real nitty-gritty of SQL.

Thanks, sweeney


回答1:


Report Builder is part of SQL Server Reporting Services, and it lets you do all of that and more. You can setup non-MSSQL data sources as well. We have non-developers use it all the time for creating reports with joins, grouping and so on with no SQL code.

The license is included in SQL Server Workgroup and above. I don't know if that's "free" enough for you.




回答2:


If you still looking for such component you maybe should take a look at EasyQuery.NET: http://devtools.korzh.com/query-builder-net-winforms/




回答3:


You can use Aspose.Report AdHoc.WinForms component (it is not free). It requires no SQL server running, works fine with multiple tables and also have the ability to make automated table join.

Take a look at the component demo on Aspose site.




回答4:


You can use CodeEngine.Framework classes to select,insert,update,delete operations



来源:https://stackoverflow.com/questions/1008154/net-query-builder-component

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!