Forum: JSP Jun 30th, 2005 |
| Replies: 6 Views: 40,626 Re: How to insert data into database? I hope this would work
<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %>
<%@ page import="java.sql.*" %>
<%@ page import="java.io.*" %>
<%@... |