校友录系统(ASP.NET 3.5实现)USE [friends] GO /****** 对象: Table [dbo].[diaryclass] 脚本日期: 10/22/2008 22:49:24 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[diaryclass]( [id] [int] IDENTITY(1,1) NOT NULL, [classname] [nvarchar](5
留言本系统(ASP.NET 3.5实现)USE [guestbook] GO /****** 对象: Table [dbo].[gbook_class] 脚本日期: 10/22/2008 22:51:16 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[gbook_class]( [id] [int] IDENTITY(1,1) NOT NULL, [classname] [nvarcha