dennisGuru
Programmer
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 querie can be split up and someone can access the database and, for example, delete everything.
In my jsp pages i use forms. Can someone give me some clarity about this?
Thanks in advance.
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 querie can be split up and someone can access the database and, for example, delete everything.
In my jsp pages i use forms. Can someone give me some clarity about this?
Thanks in advance.