Hey! I need to open a table and modify the records without modifying the original table values and then return the modified version to the client app.
In DB2 there are a number of ways to do this, in SQL there are at least a few. All I need in pervasive is one.
So how about opening a cursor for Update, updating the records and then... and then...umm...
So first, How do you return records that exist within a cursor to the client app (let's presume we've got a valid RETURNS phrase).
Then, how do you be sure that the Records inside the Cursor aren't the underlying table records in the database when you modify them?
Thanks if you know and tell.
Kimball