Jsp and database
843836Apr 29 2005 — edited Apr 29 2005Hi 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