Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Jsp and database

843836Apr 29 2005 — edited Apr 29 2005
Hi guys im enw to jsp and databases

Basically i want to create a jsp page that queries the database, suing the executeQuery()

I have created my database in MS access, and have created a user dns...

im now kinda stuck on what to do next??

i know the genral rules are:

Class.forName ("sun.jdbc.odbc.Createdriver.Jdbc.OdbcDriver")
Connection conn;
conn=DriverManager.getConnection(dns);
st=conn.createStatement();

I have got an sdk intaleld on my c:\...but where do i go from now?

is my sun driver set up now that i have got a dns?

sorry for the newbie questions!

thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 27 2005
Added on Apr 29 2005
4 comments
102 views