select query

  • Hi,

    I have a kind of query builder module in my asp.net application where the user can enter a select query and view the results. But I want to avoid the user to use delete or update queries and only restrict select queries.

    How do I do this.

    Thanks a lot.

  • Either restricting their rights at database level to only allow selects and/or having a check on your query builder.

    Do they connect to the database only by your application (application role, specific user) or can they freely access it with another program?

  • Can they type the code or is it a visual builder you have created?

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply