开发者

SQL query builder WPF

I need to give my customers an ability to select virtually any data from the database. They are regular users, don't know SQL, know nothing about tables, relations etc.

Is there some component/tool with simple GUI that I can customize for my database structure?

Right now I need it for WPF project, but I'm also interested in ASP.NET tool for fu开发者_如何学Pythonture.

Thanks


You could provide your users with a flattened view of the data that denormalizes across relationships (since regular users don't 'get' relationships) and provide them with the ability to choose which columns the want to see and which values they want to filter on


Try EasyQuery.NET. It seems they have released WPF version recently (I'm subscribed to their newsletter).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜