How to create a Query builder through asp.net
-
Hi, I am writing an application in which I want to give the user ability to build a sql string by choosing the table from the list of tables and choosing fields from the selected tables. Also, the user can specify the parameters. Can somebody point me to similar kind of sample application so that I get idea about the user interface and also if I can get some sample code that will be a great help. Thanks, ndptl
-
Hi, I am writing an application in which I want to give the user ability to build a sql string by choosing the table from the list of tables and choosing fields from the selected tables. Also, the user can specify the parameters. Can somebody point me to similar kind of sample application so that I get idea about the user interface and also if I can get some sample code that will be a great help. Thanks, ndptl
-
You can look to the database interface in Visual Studio for a user interface. --- b { font-weight: normal; }
-
Hi, I am writing an application in which I want to give the user ability to build a sql string by choosing the table from the list of tables and choosing fields from the selected tables. Also, the user can specify the parameters. Can somebody point me to similar kind of sample application so that I get idea about the user interface and also if I can get some sample code that will be a great help. Thanks, ndptl