Forum: JSP May 9th, 2005 |
| Replies: 6 Views: 40,627 Re: How to insert data into database? I did this:
------------------------------------
<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %>
<%!
String firstname= ... |
Forum: JSP May 8th, 2005 |
| Replies: 6 Views: 40,627 How to insert data into database? JSP is a new world for me, since 3 days ago. I am having a problem (or I have no idea) how does the inserting datas into database works. I have looked at some examples, but still, im having a hard... |