• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    文章内页类
    复制代码 代码如下:

    %
    class MyArticle
        dim wenzhang_id
        dim title1,content1
        Private Sub Class_Initialize()
            'response.Write "类的初始化 事件:Class_Initializebr>"
        end sub

        Private Sub Class_Terminate() 
            'response.Write "释放对象 事件:Class_Terminatebr>" 
        end sub

        Public Property Let id(byval v) 
            wenzhang_id = v 
        End Property 

        Public Sub conn_sub() 
            Set conn = Server.createObject("ADODB.Connection")
              cnnstr="DRIVER={Microsoft Access Driver (*.mdb)}; "
              cnnstr=cnnstr  "DBQ="  Server.MapPath("admin/WataVase/%29to-dream.mdb")
              conn.Open cnnstr

            sql = "Select * From Article where Deleted = 0 and ArticleID = "wenzhang_id
              set rs=Server.CreateObject("adodb.recordset") 
              rs.open sql, conn, 1, 1

            title1 = rs("Title")
            content1 = rs("Content")

            rs.close
            set rs = nothing

            conn.close
            set conn = nothing

        end sub 

        Public Property Get title() 
            title = title1
        End Property

        Public Property Get content() 
            content = content1
        End Property

    end class

    'MyArticle 类 使用说明
    'dim wenzhang
    'set wenzhang = new MyArticle
    'wenzhang.id = 3
    'call wenzhang.conn_sub()
    'response.write wenzhang.title
    'response.write wenzhang.content
    'set wenzhang = nothing
    %>
    上一篇:asp 常用函数用法
    下一篇:Asp类 的数据库领域
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    文章内页类 文章,内页,类,文章,内页,