欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

如何把圖片也存到數(shù)據(jù)庫(kù)中去?

 更新時(shí)間:2006年11月16日 00:00:00   作者:  

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>閃亮日子之人事檔案管理系統(tǒng)圖片顯示/title></head>

   <body>

   <ing src=" showimage.asp ">

</body></html>

 

[1]

相關(guān)文章

最新評(píng)論