Bruce Xiao 的程序生活

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2007年6月18日

摘要: set objDom=server.CreateObject("MicroSoft.XMLDom")@#取得xml数据@#方法1 取得xml文件的xml数据 objDom.load("c:\test.xml")@#方法2 取得xml数据串的数据 objDom.loadxml("<people><man name="sd"/></people>") @#创建一个节... 阅读全文
posted @ 2007-06-18 10:27 Bruce Xiao 阅读(344) 评论(0) 推荐(0) 编辑

摘要: --Create the table and insert values as portrayed in the above example.CREATE TABLE pvt (VendorID int, Emp1 int, Emp2 int,Emp3 int, Emp4 int, Emp5 int)GOINSERT INTO pvt VALUES (1,4,3,5,4,4)INSERT INTO... 阅读全文
posted @ 2007-06-18 09:03 Bruce Xiao 阅读(436) 评论(1) 推荐(0) 编辑