Re: [Firebird-odbc-devel] reading the just generated identity throws an exception

2018-05-14 Thread Michael von Boetticher
e a way to use INSERT RETURNING in ADO? Michael von Boetticher -Ursprüngliche Nachricht- Von: Dimitry Sibiryakov [mailto:s...@ibphoenix.com] Gesendet: Montag, 14. Mai 2018 12:48 An: firebird-odbc-devel@lists.sourceforge.net Betreff: Re: [Firebird-odbc-devel] reading the just generated identi

Re: [Firebird-odbc-devel] reading the just generated identity throws an exception

2018-05-14 Thread Dimitry Sibiryakov
14.05.2018 12:46, Michael von Boetticher wrote: I need to know the generated ID for further actions in other subtables. Has somebody the same issue and even better - a solution for this? Use INSERT RETURNING. -- WBR, SD. ---