sGrid_Name=Document.all.item(Rds_Object.id).GetAttribute("_id_Gid_id")   我不知道是一句是什么意思啊那位知道的大哥幫幫我啊。。分馬上送上在線等待你

解决方案 »

  1.   

    Rds_object.InternetTimeout = 0
    '--- end by cham
    Rds_object.Server ="http://<%=Request.ServerVariables("Server_name")%>"
    Rds_object.Connect="<%=dbConnect%>"
    Rds_object.SQL = SQL_Statement_Analyst(Sql)
    Rds_object.ExecuteOptions = 1
    Rds_object.FetchOptions = 2
    'If Rds_object.RecordSet.State = 1 AND Rds_object.ReadyState = 4 Then
    ' Rds_object.CancelUpdate
    'End If
    sGrid_Name=Document.all.item(Rds_Object.id).GetAttribute("_id_Gid_id")
      

  2.   

    sGrid_Name=Document.all.item(Rds_Object.id).GetAttribute("_id_Gid_id")document                    //文档对象
    all                         //文档对象的所有元素
    item(Rds_Object.id)         //根据参数选择某一项元素
    GetAttribute("_id_Gid_id")  //获取此元素的某一属性