Database Key Generation in Java Applications

Main menu:

Topics

Recent Posts

Blog

 

February 2012
M T W T F S S
« Jan    
 12345
6789101112
13141516171819
20212223242526
272829  

Past Posts

Java/J2EE

JDBC

Other

Archive for the tag "generation"

Database Key Generation in Java Applications

September 3rd, 2008 by Scott Selikoff

All JDBC programmers at one time or another have had to deal with key generation for new records, or more precisely, how to retrieve keys for newly created records. This article discusses some of the techniques and limitations offered to Java JDBC programmers. Unique Keys Most (good) database systems assign a unique key, usually a [...]