1 messages · Page 1 of 1 (latest)
That will be not work
replace query with a mysql query
and instead of request do your thing on the database
like statement.setInt(position, 5) statement.executeUpdate();
INSERT INTO myTable(Something) VALUES ('?');
this is a mysql statement
and ? is the position