Jsp message board source code 1: for jsp beginners.

Source: Internet
Author: User

Jsp message board source code 1: for jsp beginners.
Prepared by: precom (pig)
Create an oracle data table.

Create table guestbook (
Lw_title varchar2 (100) not null, -- Message Subject
Lw_author varchar2 (20) not null, -- the online name pk
Author_http varchar2 (40), -- home address
Author_email varchar2 (40) not null, -- email pk
Expression varchar2 (2) not null, -- expression
Lw_time varchar2 (14) not null, -- Post Response Time
Answer_num number (3) not null, -- number of responses
Click_num number (4) not null, -- number of clicks
Author_ip varchar2 (16), -- Source ip
Lw_class1 varchar2 (10) not null, -- main type of message board pk
Lw_class2 varchar2 (20) not null, -- forum topic pk
Lw_type varchar2 (1) not null, -- message category, that is, whether the main post

Zt_time varchar2 (14), -- post time
Zt_author varchar2 (40), -- Post email
Lw_content varchar2 (4000), -- Content
Constraint pk_guestbook primary key (lw_class1, lw_class2, lw
_ Time, lw_author)
) Storage (initial 5 M next 5 M pctincrease 1 );

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.