c# - web form to generate ad-hoc sql statements -


To create the asp.net C # web form, to allow the end user to generate SQL queries, I have a have work.

Like this one:

Although I do not have permission to use any third party DLL or spend big dollars on full source versions. My boss forced me to work overtime and again invented the wheel.

Any suggestions on this?

Thank you!

I will recommend against it - you open yourself for the entire attack, considering you use OData And then expose a query engine like they used for it.


Comments