I have a task to build asp.net C# web form to allow end user to generate sql queries.

Very similar to this one: EasyQuery.NET WebForms

However I'm not allowed to use any 3rd party DLL's or spend big $ on full source versions. My boss would rather force me to work overtime and re-invent the wheel.

Any tips on this?

Thanks!

link|improve this question

65% accept rate
what about textarea? – Andrey Jun 18 '10 at 12:44
possible duplicate of Free web based query builder – Andrey Jun 18 '10 at 12:45
feedback

1 Answer

I would recommend against this - you open yourself up to a whole host of SQL Injection attacks. You might be able to consider using OData and then expose a query engine like they used for the StackExchange OData Explorer.

link|improve this answer
Right, but depends on how it's used. If it's in an admin panel where only the site owner has access I doubt he'll purposely truncate is own tables. – aron Jun 18 '10 at 14:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.