【中华硕博网-全球500所高校指定报名中心】
【在职研究生】 【在职博士】 【MBA/EMBA】
  您现在的位置: 中华硕博网 > 论文中心 > 理工论文 > 计算机论文 > 文章正文
站内搜索:

宾馆管理信息系统论文

作者:硕博网    文章来源:中华硕博网    点击数:    更新时间:2008-5-3
中华硕博网(http://www.china-b.com)全球500所高校指定报名中心--宾馆管理信息系统论文
>    Set mrc=ExecuteSQL(txtSQL,MsgText)
    If mrc.EOF=False Then
        MsgBox”已经存在相同客房标准的记录!”,vbOKOnly+vbExclamation,“警告”
        txtItem(1).Setfocus
        Exit Sub
    End If
    txtSQL=”delete from roomtype where typeid=’”&Trim(txtItem(0))&”’”‘删除已有记录
    Set mrc=ExecuteSQL(txtSQL,MsgText)
    txtSQL=”select *from roottype”‘添加新记录
    Set mrc=ExecuteSQL(txtSQL,MsgText)
    mrc.AddNew
    For intCount=0 To 3
        mrc.Fields(intCount)=Trim(txtItem(intCount))
    Next intCount
    For intCount=0 To 3
        mrc.Fields(intCount+4)=Trim(Combo1(intCount))
    Next intCount
    mrc.Fields(8)=Trim(txtItem(4))
    mrc.Update ‘更新数据库
    mrc.Close
    if gintTmode=1 Then ‘判断是否属于添加状态
       MsgBox “添加纪录成功!”,vbOKOnly+vbExclamtion,“添加记录”
       For intCount=0 To 4
   

 << 上一页  [11] [12] [13] [14] [15] [16] [17] [18] [19] [20]  ... 下一页  >> 

 相关热词搜索
  关于馆管理信息系统论相关信息> 更多
    没有相关文章