On Dec 6, 2007 12:29 PM, tyju tiui <[EMAIL PROTECTED]> wrote: > Is there a way to return the value of an auto-incremented field after an > insert? > I could always do a select to find the last value inserted, but that seems > less than elegant.
If the platform supports it, then the dyna beans that you insert, will be automatically updated with the auto increment values. Tom
