Deleting stuff from MS Access db from an entry

Soldato
Joined
31 Dec 2003
Posts
4,768
Location
Stoke on Trent
Hi all,

I wondered if anyone knew if it was possible to delete entries in an MS Access database table from just entering data into it?

I shall explain :

If you have a web form (in asp.net for example) where you can enter details into the Access DB like "firstname", and "biography" etc, is it possible to enter a certain string in this web form which could delete entries in that table?

Many thanks.
 
OK, well to cut a long story short, I need make provisions to secure a database against such methods (:() so you advise just searching the net for enforcing stronger permissions etc
 
sfx said:
I am not saying it is not possible but it is very unlikely that it will happen to him. Avaoiding SQl Injection is easy as long as you keep your code tight. Even better, use Stored Procedures where possible with web applications.

sfx

That's what I was asking, how would I make my code "tight" in your opinion sfx?
 
Last edited:
Back
Top Bottom