Getting Data From a DB?

how would i get data from a database and put its contents into something visual? say for instance a persons name, number and email address put into a jpanel for a phonebook?
[180 byte] By [Alex1989a] at [2007-11-27 5:30:18]
# 1
http://java.sun.com/javase/technologies/database/index.jsp
kdajania at 2007-7-12 14:54:15 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 2
i couldnt find anything :(
Alex1989a at 2007-7-12 14:54:15 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 3
Just click at the link, follow the sublinks and read it? What exactly are you looking for then? A tutorial? http://java.sun.com/docs/books/tutorial/jdbc/
BalusCa at 2007-7-12 14:54:15 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...
# 4
k sorry my bad, i was being stupid. ive already read the tutorial on JDBC. i gotta use a statement and resultset
Alex1989a at 2007-7-12 14:54:15 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...