If I have a form that writes data to a database and retrieves data based on the form input, is it possible for someone to actually access the database itself through some type of hack of the form and be able to get the data?
If so, what do I need to do to protect the database?