举报
Dim $hardware = "cur_user" $conn = ObjCreate("ADODB.Connection") $RS = ObjCreate("ADODB.Recordset") $conn.Open("driver={SQL Server};server=192.168.1.198;uid=sa;pwd=sa;database=cx") $RS.ActiveConnection = $conn $RS.open("SELECT * FROM sys") While (Not $RS.eof And Not $RS.bof) ;~ msgbox ....................................... WEnd $RS.movenext $RS.close
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-3-15 16:33 , Processed in 0.212308 second(s), 19 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.