>Statement stmt;
>ResultSet rs = stmt.executeQuery("insert into users values ( 'joe', 'blow'
>)");
>
>The problem is that the executeQuery throws an Exception. The message
>is "No results were returned by the query":
Try executeUpdate() for insert, create and delete.
Mike
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster
- [JDBC] "No results" exception on insert Brian_Williams
- Re: [JDBC] "No results" exception on insert Mike D'Agosta
- Re: [JDBC] "No results" exception on insert Jeremy Buchmann
