Returning an AutoInc ID on Insert

Started by Nonameover 25 years ago1 messagesgeneral
Jump to latest
#1Noname
Andrew.Mason@spektra.co.uk

I am using JDBC to insert values into a table that has an autoincrement
(series) integer as it's id.
Is it possible to get the ID returned to me as part of the insert process?
If so how do I do it?

Thanks for any help Andrew