String sql1 ="select * from commodityIn where ci_Price=?";
pSelect=con.prepareStatement(sql1);
pSelect.setDouble(1,str);
rs=pSelect.executeQuery();
while(rs.next())
{
Vector db = new Vector();
db.add(rs.getInt("ci_No"));
db.add(rs.getString("ci_Name").trim());
db.add(rs.getString("ci_Operator").trim());
db.add(rs.getString("ci_Suppiler").trim());
db.add(rs.getInt("ci_Amount"));
db.add(rs.getDouble("ci_Price"));
db.add(rs.getDouble("ci_Discount"));
db.add(rs.getDouble("ci_TotalPrice"));
db.add(rs.getString("ci_StockDate").trim());
db.add(rs.getString("ci_Remark").trim());
vo.add(db);
}
}
catch(SQLException xe)
{
xe.printStackTrace();
}毕业论文
http://www.youerw.com/ finally
{
try
{
if(rs!=null)
{
rs.close();
}
if(pSelect!=null)
{原文请+QQ32491,14 优,文'论,文'网
pSelect.close();
}
ConnectionFactory.closeConnection(con);
}
catch(SQLException xe)
{
xe.printStackTrace();
}
finally
{
return vo;
}
}
}
对单价最高的查询先获取最高单价,然后查询条目。
八、测试和运行
主要是测试系统的点菜,结账,预定,及相应桌台状态变化,还有改变折扣相应付款金额跟着变化。
九、总结
通过此次数据库课程实验,不仅让我对数据库的设计有更深层的理解,上学期所学的知识都得到了相应的应用,而且对java语言所设计的界面更加得心应手。主要还有每日账单结算,桌台消费次数,预定到期通知有所缺陷。
上一页 [1] [2] [3] [4]
ECLIPSE+SQL SEVER餐饮管理系统设计+用户视图+源代码 第4页下载如图片无法显示或论文不完整,请联系qq752018766