"Results returned for UPDATE ONLY"
From: Al (none_at_no.com)
Date: 12/15/04
- Previous message: klynn47_at_comcast.net: "Re: Help for a newbee please!"
- Next in thread: Mark Matthews: "Re: "Results returned for UPDATE ONLY""
- Reply: Mark Matthews: "Re: "Results returned for UPDATE ONLY""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 15 Dec 2004 20:09:49 GMT
I just put together some servlets to communicate with MYSQL. One merely
accepts a string as input in a form and sends it to MYSQL. I have a table
named 'articles', with columns 'name' and 'summary'. I can INSERT values
in to the table, by sending:
insert into articles (name,summary) values ('a', 'b')
That works fine. But when I try:
select * from articles
I get the error:
java.sql.SQLException: Results returned for UPDATE ONLY.
What am i doing wrong? Thanks.
- Previous message: klynn47_at_comcast.net: "Re: Help for a newbee please!"
- Next in thread: Mark Matthews: "Re: "Results returned for UPDATE ONLY""
- Reply: Mark Matthews: "Re: "Results returned for UPDATE ONLY""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|