七讲酒店客房管理系统三.pptVIP

  • 3
  • 0
  • 约4.46千字
  • 约 19页
  • 2017-03-25 发布于上海
  • 举报
七讲酒店客房管理系统三

第七讲 酒店客房管理系统(三) 目录 客房添加功能模块设计 客房添加功能模块设计 private void btnAdd_Click(object sender, EventArgs e) { string sql ; string roomType=cboRoomType.Text; string roomNumber=txtRoomNumber.Text; float roomPrice=float.Parse(txtRoomPrice.Text); string remarks=txtRemarks.Text; int result; sql = insert into RoomInfo(RoomNumber,RoomType,RoomPrice,Remarks) values( + roomNumber + , + roomType + , + roomPrice + , + remarks + );//定义插入语句 客房添加功能模块设计 if (txtRoomNumber.Text != txtRoomPrice.Text != cboRoomType.Text != )//判断输入文本框等是否有数据 {

文档评论(0)

1亿VIP精品文档

相关文档