View Single Post
  #2 (permalink)  
Old 12-02-2008, 03:55 AM
emceenugget emceenugget is offline
Senior Member
 
Join Date: Sep 2008
Posts: 564
Rep Power: 2
emceenugget is on a distinguished road
Default
There are several database systems out there that can be used in conjunction with Java. All you need to learn is how to connect to the database, and the querying language (and I suppose database design if you don't know that yet).

I have most of my experience with MySQL, using JDBC drivers to connect to the database. I know Eranga will strongly recommend Oracle, though I don't know much about it.
Reply With Quote