Обсуждение: Returning an AutoInc ID on Insert

Поиск
Список
Период
Сортировка

Returning an AutoInc ID on Insert

От
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