Hi,
I created a own table in the dctm Database. This table ist not registered. It has a identity Column (auto increment).
I like to get the generated ID after I inserted a row in the table. In MSSQL I would do this by "Insert INTO ..." and "SELECT SOPE_IDENTITY()"
Is there any way to do this in dql or via dfc?
Regards
Fabian