JSP message board source code 1: Give JSP beginners. Servers: precom (Pather) Oracle Datasheet creation.
Create Table Guestbook (LW_TITLE VARCHAR2 (100) Not Null Mailbox PK Expression Varchar2 (2) Not Null, - Expression LW_TIME VARCHAR2 (14) Not Null, - Published response time Answer_Num Number (3) Not null, - Numbers Click_Num Number (4) Not null, - Clicks Author_ip varcha2 (16), - Source IP LW_CLASS1 VARCHAR2 (10) Not Null, - Message Board PK LW_CLASS2 VARCHAR2 (20) Not Null, - Forum Column PK LW_TYPE VARCHAR2 (1) Not Null, - Message Category , That is, whether the main post
zt_time varchar2 (14), - the main paste time zt_author varchar2 (40), - the main paste email lw_content varchar2 (4000), - the content of constraint pk_guestbook primary key (lw_class1, lw_class2, lw _time, lw_author)) storage (initial 5M Next 5m Pctincrease 1);
Servers: precom (Pather) 2000.12.10
guestbook.jsp ====================================