Subject What does that exception mean
Author andreas14051980
Hello.

I am using the following sql-statement:

select * from commandqueue where state=0 for update

The table has two columns: id (integer) and state (integer)


I get the Exception


The resultset is not in a row, use next?

Can anybody tell me what that means?

Andreas