× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Rob,

Read the whole thread / message...

He's dealing with v5r1, which doesn't have IDENTITY and thus doesn't have

IDENTITY_VAL_LOCAL...

I suggested a BEFORE INSERT trigger could emulate some of the functionality
butt that there would be downsides.

Charles

On Mon, Oct 19, 2015 at 9:02 AM, <rob@xxxxxxxxx> wrote:

Charles,

<snip>
Lots of downsides to this, including the fact that there'd be no built in
way to let the program doing the write know what identity value was
generated.
</snip>

There are multiple ways of learning the last generated identity column.
One is by the scalar built in function
​​
IDENTITY_VAL_LOCAL as in
INSERT INTO EMPLOYEE
(NAME, SALARY, DEPTNO)
VALUES('Rupert', 989.99, 50)

VALUES IDENTITY_VAL_LOCAL() INTO :IVAR
I suspect this came out when, or after, support for GENERATED was added


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.