Database Writer: Return generated id's

I'm writing data using the Database Writer. How can I get the values of the ids generated by the database for inserting "child data" (1:n data) and prerferably in a reliable way?

 

 

Hi,

the Database Writer node does not return this information so you need to execute a select statement, e.g. by using the Database Reader, afterwards to retrieve the id information.

Bye,

Tobias