Sarang Vandara Advance Java
It should be executeUpdate() instead of only execute..
only execute() returns multiple result but for INSERT, UPDATE, or DELETE executeUpdate() is used..
refer:http://docs.oracle.com/javase/1.4.2/docs/api/java/sql/Statement.html
Like · Comment ·
Joydip Panchal likes this

Sarang Vandara

u ws ri8 but here execute() returns boolean value which is nt suitable..
Like · 1 ·
Download Android App