|
From: Ulrich G. <ulr...@ar...> - 2012-10-01 10:44:08
|
Hello, I would like to use an insert command, created by a FbCommandBuilder, an receive the generated (by trigger & generator) primary index value using the "returning xx" clause at the end of the insert statement. In this mailing list I found one suggestion to add the " returning xx" clause at the end of the insert statement manually and add an additional FbParameter for the returning value as well. I tried this, but it did not work. Any other suggestions or some example code would be appreciated very much. Thanks in advance - Ulrich |