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]
最后
以上就是勤奋小丸子最近收集整理的关于如何把图片也存到数据库中去?的全部内容,更多相关如何把图片也存到数据库中去内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复