QUOTE(1lacca @ 1 Sep, 2008 - 02:25 AM)

Absolutely not, this is exactly why I stressed the usage of PreparedStatement in the other thread! If you concatenate parameters into SQL statements, you create security holes that no sys admin or db manager can fix at the DB or OS level - well, they can delete your application, but probably that is not what you are looking for. It is a programming question, and it was posted at the right place.
Oups !!! The PreparedStatement one is so obvious I never though that a programmer would write a program letting user input to be executed as an SQL statement.
In that case Lacca your are absolutly right: programmers are at the front line.
This post has been edited by pbl: 3 Sep, 2008 - 02:54 AM