source code for insert and retrive from databse in jsp

hello every oneplz send source code for insert and retrive from ms acess database in jsp servlet
[110 byte] By [grprasad83a] at [2007-10-2 5:49:04]
# 1
Just look at the Sun tutorials and use JDBC, its very clear...
Innovationneverstopsa at 2007-7-16 1:58:33 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Please don't mix JDBC code into the JSP. Have separate class(es) for that.
xHackera at 2007-7-16 1:58:33 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
You could also take a look at the JSTL SQL tags.
xHackera at 2007-7-16 1:58:33 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...