• Hi Hugo,

    This is a misunderstanding. What I meant to say was that when you open a static cursor, you have a point in time copy of the data as it was when you opened the cursor.

    You will not see any updates made to the underlying data after that, since you are working with a copy of the data, not the stored data itself.

    Best Regards,

    Chris Büttner