Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to create a SQl builder on a form where i can directly drag and drop table names and if they are having relation then automatically inner join will be appended and if they do not have relation cross join will be appended.

can anyone help me ?

Thanks
Posted

1 solution

Hi,

Have a look at following article in codeproject. You can use it for starters and make necessary changes as per your requirement:
SqlWhereBuilder ASP.NET Server Control[^]
 
Share this answer
 
Comments
Prosan 19-Jun-12 1:16am    
good link
Vani Kulkarni 19-Jun-12 1:24am    
thanks!

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