|
Hi Tejas,
Dont call executeQuery() for update statments. Call
execute() instead. executeQuery() returns a ResultSet and should be used when
you execute a query. execute() on the other hand returns a boolean value
indicating the execution status of the SQL statement associated with it, hence
its appropriateness for updates etc ...
regards
^BoyInterrupted^
|
- Update Query tejas patel
- Re: Update Query Richard Yee
- Re: Update Query ^BoyInterrupted^
- Re: Update Query Kumar Sameer
