Hello,
I'm using tomcat 4.1 and mysql. In the beans I connect to the database with sql queries. Now i have heard that you do not end these queries with a ";". Because then the query can be split up and someone can access the database and, for example, delete everything.
In my jsp...