UserPreferences

Java Tips


mm-mysql - Use Statement.getGeneratedKeys() (see your JavaDocs for more details how to enable it/use it), and you will avoid a round-trip to the server to get the last auto-increment value, so your performance will be better.