摘要: Option Explicit Sub 读取XML节点() '后期绑定 'Dim xdoc As Object 'Set xdoc = CreateObject("MSXML2.DOMDocument") '前期绑定 Dim xdoc As New DOMDocument60 '声明的同时创建XML对象 Dim b As Boolean, root As IXMLDOMElement b = x... 阅读全文
posted @ 2019-04-12 11:45 tec2019 阅读(701) 评论(0) 推荐(0)
摘要: 需要引用连个库,Microsoft ADO Ext. 6.0 for DDL and Security, Miscrosoft ActiveX Data Objects 2.7 Library . 阅读全文
posted @ 2019-04-12 10:56 tec2019 阅读(1262) 评论(0) 推荐(0)