毕业论文论文范文课程设计实践报告法律论文英语论文教学论文医学论文农学论文艺术论文行政论文管理论文计算机安全
您现在的位置: 毕业论文 >> 课程设计 >> 正文

图书销售管理系统 第2页

更新时间:2009-7-20:  来源:毕业论文
图书销售管理系统 第2页
表4-3 图书分类信息表(BookCategory)
列名 含义 长度 类型 NULL DEFAULT 主键
CategoryID 图书分类ID 10 Char() no no 是
Categoryname 图书分类名称 50 Char() no no 否表4-4  订单详细信息表(OrderInfo)
列名 含义 长度 类型 NULL DEFAULT 主键
OnlyID 唯一编号 10 Char() no no 是
OrderID 订单ID 32 Char() no no 否
BookID 图书ID 10 Char() no no 否
Amount 数量 10 Char() no no 否
表4-5 订单基本信息表(Orders)
列名 含义 长度 类型 NULL DEFAULT 主键
OrderID 订单ID 32 Char() no no 是
Submittime 提交时间 8 datetime no no 否
Totalprice 总金额 50 Float() no no 否
UserID 用户ID 10 Char() no no 否
Ordercontent 订单备注 200 Char() no no 否
Isdiliver 是否发货 10 Char() no no 否
Ispay 是否付款 10 Char() no no 否

  沈  阳  大  学
课程设计说明书                 NO.7
2.4功能实现
Create database tushuguanli
On
(
name='tushuguanli_data',
  Filename='c:\progrom files\microsoft sql sever\mssql\data\tushuguanli.mdf',
  Maxsize=100MB,
  Filegrowth=10%
)
Log on
(
name='tushuguanli_log',
 Filename='c:\progrom files\microsoft sql sever\mssql\data\tushuguanli_log.ldf',
Size=2MB,
 Maxsize=40MB,
 Filegrowth=1MB
)
go\\建立数据库
Use tushuguanli
Create table users
(
UserID Char(10) not null primary key,
 Loginname Char(20) not null,
 Address Char(150),

  沈  阳  大  学
课程设计说明书                 NO.8
 
 Password Char(16) not null,
 Phone Char(16),
 Email Char(50),
 Regtime datetime not null
)Go\\建立用户信息表
Use tushuguanli
Create table book
(BookID Char(10) not null primary key,
 Bookname Char(100) not null,
 Bookcategory Char(10) not null,
 Author Char(50) not null,
 Publish Char(50) not null,
 Price int(50) not null,
 Saleprice Char(50) not null,
Content Char(200) not null,
 Descript Char(200) not null,
 Regate datetime not null
)
Go\\建立图书信息表
Use tushuguanli
Create table BookCategory
(
CategoryID Char(10)  not null primary key,
Categoryname Char(50)  not null
  沈  阳  大  学
课程设计说明书                 NO.9
)
Go\\建立图书类别表
Use tushuguanli
Create table OrderInfo
(OnlyID Char(10) not null  primary key,
 OrderID Char(32) not null foreign key references orders (orderid),
 BookID Char(10) not null foreign key references book (bookid),
 Amount Char(10) not null)\\建立订购单基本信息表
Use tushuguanli
Create table Orders
(OrderID Char(32) not null primary key,
 Submittime datetime not null,
Totalprice Char(50) not null,
UserID Char(10) not null foreign key references users (userid),
Ordercontent Char(200) not null,
Isdiliver Char(10) not null,
Ispay Char(10) not null
)Go\\建立订购单详细信息表
#include "stdafx.h"
#include "图书出版管理系统.h"
//开始声明
#include "MyDlg1.h"
#include "MyDlg2.h"
//结束声明
#include "图书出版管理系统Set.h"
#include "图书出版管理系统Doc.h"
#include "图书出版管理系统View.h"

上一页  [1] [2] [3] [4] [5] [6] 下一页

图书销售管理系统 第2页下载如图片无法显示或论文不完整,请联系qq752018766
设为首页 | 联系站长 | 友情链接 | 网站地图 |

copyright©751com.cn 辣文论文网 严禁转载
如果本毕业论文网损害了您的利益或者侵犯了您的权利,请及时联系,我们一定会及时改正。