SELECT ... FOR UPDATE problem

Hi all,

I have a TQuery component in my D3 client program, with a SELECT... FOR
UPDATE NOWAIT statement. When this SQL query is executed against my
7.3.4 Oracle db server, I do not encounter any problems.

I have recently set up an Oracle 8.0.5 database server and tried using
the same query component on this server. However, I get the "ORA-01002
Fetch out of sequence" error. I have tried executing the same SQL query
(using sqlplus) on the database server and did not encounter any error.

I don't understand what could be causing this error, and would
appreciate if anyone had any pointers. Could it be that D3 is too "old"
and does not work well with Oracle 8? Would upgrading to D4 solve this
problem? Or is it something else entirely?

TIA!
Veronica