Quote Originally Posted by AlexVV View Post
It is good practice to separate the presentation and data access aspects of your program.
This way, should you ever need to change the database implementation, you don't have to re-write all your presentation code as well.

Try http://download.oracle.com/javase/tutorial/jdbc/ to learn the basics of JDBC - you will need to use this to access the database.

This completly wrong ansr ........... Don't reply ...