Click here to Skip to main content
15,905,915 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi All,

I have to build a query builder in ASP.Net.
In the application the user would be able to select multiple fields from different tables.
As per the selection of the user select statement would be formed which the user would be able to see in a text box.
Does any body have any idea how can I achieve this?
How to form the join conditions and all ....

Any help would be much appreciated ...

Regards,
Gopal
Posted

1 solution

Build a good query builder is not an easy task.

Did you have a look at all the free tools already available?
Those might give you an idea on how best to get started.
 
Share this answer
 
Comments
gopalgupta 18-Aug-11 7:16am    
yes i have seen the free tools available but none gives the idea of how the sql statement is getting generated....

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900