Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi @xdshi
I'm also very interested in this topic.
I would NOT capture the number of records inserted in a tPostgreSQLRow query like "INSERT INTO ... (SELECT * FROM..)" as an INTEGER, ready to be manipulated, but I would (at least) capture the PostgreSQL return message (a text message) such as:
"Query returned successfully: 198887 rows affected, 31.9 secs execution time."
Regards,
Lorenzo