vb代码(小白常用).doc

  1. 1、本文档共9页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
vb代码(小白常用)

ADODC数据库。 设置数据库路径: Adodc1.ConnectionString = Provider=Microsoft.Jet.OLEDB.4.0;Data Source= + App.Path + \data\devicemanage.mdb;Persist Security Info=False 设置数据库路径 Adodc1.CommandType = adCmdText 设置记录源 strSQL = Text4.Text + AND 专业= + Combo1.Text + Adodc1.RecordSource = strSQL Adodc1.Refresh Set DataGrid1.DataSource = Adodc1 Set Text1.DataSource = Adodc1 Text1.DataField = 内容简介 Adodc1.Recordset.AddNew 添加新纪录 Adodc1.Recordset.Delete 删除记录代码: Adodc1.Recordset.Update 保存 Adodc1.Refresh 刷新 Adodc1.ConnectionString = Provider=Microsoft.ACE.OLEDB.12.0;Data Source = App.Path \data\锅炉参数.accdb;Persist Security Info=False Adodc1.CommandType = adCmdText 设置记录源 strSQL = SELECT * FROM 煤质资料 Adodc1.RecordSource = strSQL Adodc1.Refresh Set DataGrid1.DataSource = Adodc1 全部条件查询: Private Sub Command6_Click() Dim iidd As String iidd = 0 strSQL0 = select * from Frame1.Caption If Text2.Text And Text3.Text Then strSQL0 = strSQL0 + where (开始时间 = + # + Text2.Text + # + AND 开始日期= + # + Text3.Text + #) iidd = 1 End If If Text4.Text And Text5.Text Then If iidd = 1 Then strSQL0 = strSQL0 + and (结束日期 = + # + Text4.Text + # + AND 结束日期 = + # + Text5.Text + #) Else strSQL0 = strSQL0 + where (结束日期 = + # + Text4.Text + # + AND 结束日期 = + # + Text5.Text + #) End If iidd = 1 End If If Text6.Text Then If iidd = 1 Then strSQL0 = strSQL0 + AND 工作内容 LIKE % + Text6.Text + % Else strSQL0 = strSQL0 + where 工作内容 LIKE % + Text6.Text + % End If iidd = 1 End If strSQL = strSQL 0 Call sysrecord(strSQL) End Sub Private Sub DataGrid1_RowColChange(LastRow As Variant, ByVal LastCol As Integer) If Combo1.Text Then Text5.Text = select * from 现场设备 where 机组= + Label4.Caption + + AND 专业= + Combo1.Text + + AND 系统= + DataGrid1.Text + + And 现场设备名称 Like % + Frame6.Caption + % Frame1.Caption = DataGrid1.Text fpath = Text2(3).Text If fpath = Then fpath = Text3.Text Image1.Picture = LoadPicture(fpath) End If Frame5.Visible = False Command11.Caption = 显示系统记事 End S

文档评论(0)

xcs88858 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

版权声明书
用户编号:8130065136000003

1亿VIP精品文档

相关文档