|
Description: |
I need a standard SQL Query Builder tool made with C# for WinForms not Web, the project must use VS2005 or VS2008 and the .Net framework 2.0
I will integrate the project into my main application the program input will be an array of DataTables, it will take the Table structure from them, and allow the user to graphically built the SQL query text, the output of the program, (and so the input to my app) will be the text in the form:
select ... from ... join ... where ... group by ... order by
the GUI must look like the attached picture
I will need the source code and it must not be from open source
|