security - Limiting number of statements in a SQL query in JDBC -
is possible @ jdbc?
to emphasise more, consider following query common in sql injection:
statement.execute("select * x; drop table y;");
is there workaround execute first statement here? possible in of nosql databases.
Comments
Post a Comment