Subject Getting a reference after insert
Author Rick Fincher
Hi All,

Forgive my ignorance about SQL, but is there a way to get the primary key
back of a record that is inserted? I know I can do a search on the same
record data, but it is not guaranteed to be distinct. Do any of the driver
call return this to the calling java program?

Thanks,

Rick