



2020-05-19 07:01




2020-05-19 07:02

2020-05-19 08:23
2020-05-19 17:46
Set abc=Rs.open .... abc.close
2020-05-20 15:17
2020-05-20 16:20

2020-05-20 17:32

程序代码:Private Sub Image4_Click()
Call KKK(conn)
RS.Open "delete * from 数据 Where 确认状态= 'NG'", conn, 3, 2
If RS.EOF = adStateOpen Then
Image8.Visible = True
Image8.Picture = Form2.Image62.Picture
Else
Image8.Picture = Form2.Image63.Picture
' 释放相应的资源
RS.Close
conn.Close
Set RS = Nothing
Set conn = Nothing
Exit Sub
End If
End Sub
2020-05-20 17:37

2020-05-20 18:37

2020-05-21 07:18