文件名称:OrderManager
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 21kb
- 下载次数:
- 0次
- 提 供 者:
- 马**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
基于Northwind数据库,编写一个控制台程序,实现以下功能:
一)订单查询和查看:输入订购时间、客户名称、页码等条件,分页查询订单数据,显示订单列表。可以输入订单号,查看订单的详细信息。包括订单主信息和明细信息。
二)添加订单信息:输入订单主信息,输入订单明细产品信息。
三)修改订单信息:输入订单主信息,添加或者删除订单明细信息。
四)删除订单信息:输入订单编号,删除订单信息。删除之前显示订单信息,提示是否确认删除。
-Based on the Northwind database, write a console program, realize the following functions: A) order query and view: input order time, customer name, page conditions, paging inquires the order data, display order list. Can input order number, check the order detailed information. Including order main information and detailed information. 2) add order information: input order main information, input order detailed product information. 3) change order information: input order main information, add or delete order detailed information. Four) delete order information: input order Numbers, delete order information. Delete displayed before order information, hint whether confirm delete.
一)订单查询和查看:输入订购时间、客户名称、页码等条件,分页查询订单数据,显示订单列表。可以输入订单号,查看订单的详细信息。包括订单主信息和明细信息。
二)添加订单信息:输入订单主信息,输入订单明细产品信息。
三)修改订单信息:输入订单主信息,添加或者删除订单明细信息。
四)删除订单信息:输入订单编号,删除订单信息。删除之前显示订单信息,提示是否确认删除。
-Based on the Northwind database, write a console program, realize the following functions: A) order query and view: input order time, customer name, page conditions, paging inquires the order data, display order list. Can input order number, check the order detailed information. Including order main information and detailed information. 2) add order information: input order main information, input order detailed product information. 3) change order information: input order main information, add or delete order detailed information. Four) delete order information: input order Numbers, delete order information. Delete displayed before order information, hint whether confirm delete.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
OrderManager\.classpath
............\.project
............\src\homework1\ConnectionCalableDB.java
............\...\.........\ConnectionDB.java
............\...\.........\Order.java
............\...\.........\OrderDetial.java
............\...\.........\OrderOperate.java
............\...\.........\Test.java
............\bin\homework1\ConnectionCalableDB.class
............\...\.........\ConnectionDB.class
............\...\.........\Order.class
............\...\.........\OrderDetial.class
............\...\.........\OrderOperate.class
............\...\.........\Test.class
............\.settings\org.eclipse.jdt.core.prefs
............\src\homework1
............\bin\homework1
............\src
............\bin
............\.settings
OrderManager