如何把图片也存到数据库中去?_编程10000问教程-查字典教程网
如何把图片也存到数据库中去?
如何把图片也存到数据库中去?
发布时间:2016-12-29 来源:查字典编辑
摘要:showimage.aspChangetheHTTPheaderResponse.ContentType="image/gif"Setcn=...

showimage.asp

Change the HTTP header

Response.ContentType = "image/gif"

Set cn = Server.CreateObject("ADODB.Connection")

cn.Open "driver={SQL Server};server=.;UID=sa;PWD=;DATABASE=pubs"

Set rs = cn.Execute("select logo from pub_info WHERE pub_id='0736'")

Response.BinaryWrite rs("logo")

Response.End

showimage.htm

<html>

<head><title>闪亮日子之人事档案管理系统图片显示/title></head>

<body>

<ing src=" showimage.asp ">

</body></html>

[1]

相关阅读
推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
  • 大家都在看
  • 小编推荐
  • 猜你喜欢
  • 最新编程10000问学习
    热门编程10000问学习
    编程开发子分类