Subject | urgend question |
---|---|
Author | Olaf Kluge |
Post date | 2011-06-21T09:46:07Z |
Hello,
we have a problem. Our partner would like to connect to our database
firebird 2.5 cs. Over jdbc.
It will be insert a record in a table and return the id from the primary
index. In firebird trigger can be so:
Insert into table(field 1, field2) values (data1, data2) returning ID into
:internalvariable.
How can he get the returning id with a single statement in java (jdbc)
Thank you very much.
Best regards
Olaf
[Non-text portions of this message have been removed]
we have a problem. Our partner would like to connect to our database
firebird 2.5 cs. Over jdbc.
It will be insert a record in a table and return the id from the primary
index. In firebird trigger can be so:
Insert into table(field 1, field2) values (data1, data2) returning ID into
:internalvariable.
How can he get the returning id with a single statement in java (jdbc)
Thank you very much.
Best regards
Olaf
[Non-text portions of this message have been removed]