Hi,
I am writing to a Non spacial SQL Database, using a FeatureWriter.
When INSERTing new rows in the table, a UniqueID is created by SQL database.
Is there a way to retrieve that UniqueID after INSERT completed sucessfully ?
I would need the UniqueID for the next step of my Workbench.
I do a SQL Executor to select the last inserted row, it will work, but, if multiple rows are inserted simultaneously, there is a chance that I won't get the right UniqueID.
Any Idea ?
Thank you.