ASP读取数据表中的所有字段

     阅读 873 次    更新时间:2017/6/4    

  ASP读取数据表中的所有字段

 For i = 0 to oRs.Fields.Count- 1
    Response.Write("<th>" & ors.Fields(i).Name & "<BR>")
   Next

 
 

Copyright 2003-2008 All Rights Reserved 自由风工作室 版权没有 [湘ICP备06002185号]
.