爱心技术专栏专题

在SQLServer中保存和输出图片

摘录:SQLServer 来源:SQLServer 加入时间:2006年11月24日
摘要:
在SQLServer中保存和输出图片

下一页 1 2 3&nbs;…

转载:转载请保留本信息,本文来自
http://www.51dibs.com
/html/2006/article/info10/a_a6b8f9dc3ca9f551.htm

在SQLServer中保存和输出图片

站点:爱心种子小博士 关键字:在SQLServer中保存和输出图片

   
在SQLServer中保存和输出图片

下一页 1 2 3 

在SQL Server中保存和输出图片

cashcho(翻译)

关键字 SQL Server images

出处 http://www.bipinjoshi.com/

介绍

  有时候我们需要保存一些binary data进数据库。SQL Server提供一个叫做image的特殊数据类

型供我们保存binary data。Binary data可以是图片、文档等。在这篇文章中我们将看到如何在SQL Server中保存和输出图片。

建表

  为了试验这个例子你需要一个含有数据的table(你可以在现在的库中创建它,也可以创建一个新的数据库),下面是它的结构:

Column Name Datatype Purpose
ID Integer identity column Primary key
IMGTITLE Varchar(50) Stores some user friendly title to identity the image
IMGTYPE Varchar(50) Stores image content type. This will be same as recognized content types of ASP.NET

IMGDATA
Image Stores actual image or binary data.

客户服务中心信箱:[email protected] [email protected] 网站地图

声明

合作伙伴: