Hello,

I'm always writing triggers and now I have the following problem:

I have declared a cursor of a table t_arbumf with a where-clause. This
cursor includes in my first example 3 rows.

Then I have token the first row in variables by fetch and started a
loop.

In this loop the same row in table t_arbumf (which I have token in
variables by fetch) must be updated and there must be two inserts in
table t_arbumf.

All these modifications would also change the cursor, but it is yet
already declared before.

And then follows the next fetch at the end of the loop, but it doesn't
work!
 
What is wrong? Can anybody help me?

Thanks

Ines
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to