Guidance
指路人
g.yi.org
Software / Reginald / Examples / repository / Applications / Server Applications / Indexing Server / Search.rex

Register 
注册
Search 搜索
首页 
Home Home
Software
Upload

  
objconnection = createcomobject("ADODB.Connection")
objconnection~connectionstring = "provider=msidxs;"
oprop = objconnection~properties("Data Source")
oprop~datasource = "Script Catalog"
objconnection~open()
objcommand = createcomobject("ADODB.Command")
strquery = "Select Filename, Size, Contents from Scope() Where Contains('Win32_NetworkAdapterConfiguration')"
objrecordset = objconnection~execute(strquery)
DO WHILE objrecordset~eof() = 0
	SAY objrecordset~filename objrecordset~size
	objrecordset~movenext()
END
掌柜推荐
 
 
 
 
 
 
 
 
 
 
 
 
© Mon 2024-5-6  Guidance Laboratory Inc.
Email:webmaster1g.yi.org Hits:0 Last modified:2010-07-16 20:49:16