期刊信息

  • 刊名: 河北师范大学学报(自然科学版)Journal of Hebei Normal University (Natural Science)
  • 主办: 河北师范大学
  • ISSN: 1000-5854
  • CN: 13-1061/N
  • 中国科技核心期刊
  • 中国期刊方阵入选期刊
  • 中国高校优秀科技期刊
  • 华北优秀期刊
  • 河北省优秀科技期刊

从数据库中交互发布图像

  • 河北师范大学, 数学与信息科学学院, 河北, 石家庄, 050016
  • DOI:

Pulling Images from a Database

摘要/Abstract

摘要:

讨论了文件方式交互发布图像的一般方法,通过ADO2.0访问SQL SERVER数据库,解析GIF图像的二进制数据的方法以及通过Active X打开和数据库的连接,把图像检索出来并存成临时文件,最后,介绍了通过 ASP页面完成Active X交互发布图像文件的方法.

Abstract:

The normal approach to pull images is through image files;The second is toextract the binary content of images stored in a SQL Server database and access through ADO2.0;Another one is to use an Active X DLL and Microsoft Active Server Pages(ASP).The DLL is responsible for opening the connection to the SQL Server database where the images are stored, retrieving them and saving them to temporary files. The ASP will communicate with the DLL and get the location of the temporary image files.