Question
1
Replies
79
Views
Telstra
Posted: July 8, 2019
Last activity: July 9, 2019
Closed
How to read results from RDB-Save?
Hi,
I'm using Postgres and have an update query which is returning the updated results. How do I catch these results when I'm using RDB-Save method. Tried RDB-List, didn't work.
Query:
update pegadata.pr_data_notes set note='test1' where caseid='ABC-51' returning note;
Hello,
Can you share the XML as well? I don't know if the RDB-Save will let you get data back. But the RDB-List should work after the Commit.