/*--
$Id: Content.java,v 1.6 2007/11/10 05:28:58 jhunter Exp $
Copyright (C) 2007 Jason Hunter & Brett McLaughlin.
All rights reserved.
Redistribution and use in source and binary forms, with o
/*--
$Id: Content.java,v 1.6 2007/11/10 05:28:58 jhunter Exp $
Copyright (C) 2007 Jason Hunter & Brett McLaughlin.
All rights reserved.
Redistribution and use in source and binary forms,
#
# @(#)content-types.properties 1.4 06/10/10
#
# Copyright 1990-2008 Sun Microsystems, Inc. All Rights Reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
#
# This program is
USE Discuss
GO
CREATE TABLE Content
( ContId Int Primary Key IDENTITY,
Subject Varchar(50) NOT NULL,
Words Varchar(1000),
UserName Varchar(50),
CreateTime Char(30),
LastA