Hi Craig, > I've confirmed with the JDBC4 spec lead that you can retrieve the > keys using getGeneratedKeys if you use this strategy.
Thanks. That's useful if targeting software at JDK 1.4 and above. We're still trying to support 1.3 so when the JDK is 1.3x will likely stick to our current method of getting the next value and then using it in the insert. Not a problem. -- Andy