Subject FB3 returning clause and new API
Author Martin Schreiber
Hi,
How the values of a returning clause can be fetched with OOP-API?
Example:
"
insert into TABLE1 (STR1) values ('aabbccdd') returning PK
"

Martin