Subject | What does that exception mean |
---|---|
Author | andreas14051980 |
Post date | 2004-06-28T14:43:09Z |
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
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