相关文章  
  • 教你如何IIS信息服务器排错指南
  • 加固Windows Server 2003 IIS 服务器(1)
  • 基于IIS的WEB服务器架建
  • 基于Web的系统测试与传统的软件测试
  • 修改IIS的Banner隐藏操作系统版本
  • 用IIS+ASP建网站的安全性分析
  • 让IIS6.0可以执行WSH中的RUN命令
  • 虚拟主机IIS 防范入侵常见问答
  • 给IIS Web虚拟主机服务器装上一把锁
  • 精心配置IIS打造安全Web服务器
  •   推荐  
      科普之友首页   专利     科普      动物      植物        天文   考古   前沿科技
     您现在的位置在:  首页 >>文献 >>培训

    用SQL Server为Web浏览器提供图像(三)3

    e As String '图片字的名称。
      Private mstrImageTypeColumnName As String '图片类型字段的名称。
      Private mstrImageIdColumnName As String '图片ID字段的名称。
      Private mstrFileName() As String '数组,里面包含文件名和路径。
      Private mlngImageId() As Long '数组,里面包含图片ID
      Private mlngNumberOfFiles As Long
      Const BLOCKSIZE = 102400
      
      
      Public Property Let DbName(ByVal strVal As String)
       mstrDbName = strVal
      End Property
      
      Public Property Let TableName(ByVal strVal As String)
       mstrTableName = strVal
      End Property
      
      Public Property Let NameOfImageColumn(ByVal strVal As String)
       mstrImageColumnName = strVal
      End Property
      
      Public Property Let NameOfImageTypeColumn(ByVal strVal As String)
       mstrImageTypeColumnName = strVal
      End Property
      页码:[1] [2] [3] [4] [5] [6] [7] [8] [9]3页、共9页
         

          设为首页       |       加入收藏       |       广告服务       |       友情链接       |       版权申明      

    Copyriht 2007 - 2008 ©  科普之友 All right reserved