I am using Java's JDBC API to talk to MySQL. I need to use the version of the executeUpdate() method of the Statement class which allows the driver to return auto generated key values. MySQL doesn't seem to support this feature.
I'm wondering if anyone has experienced the same and if there is some sort of workaround.
I've looked at a few different drivers and non seem to have the implementation I'm looking for.
I'm wondering if anyone has experienced the same and if there is some sort of workaround.
I've looked at a few different drivers and non seem to have the implementation I'm looking for.