function test(){ alert('xml');var rs,option1;rs=xmlCustomer.recordset;alert(rs);alert(xmlCustomer.recordset.recordcount);for(var i=0;i;i+){/option1=document.createElement("OPTION");option1.text...
原文:Querying Microsoft SQL Server 2012 读书笔记:查询和管理XML数据 1-使用FOR XML返回XML结果集 XML 介绍<CustomersOrders><Customer custid="1"companyname="Customer NRZBB"><Order orderid="10692" orderdate="2007-10-03T00:00:00" />...