Uploading / Downloading Pictures to / from a SQL Server

If you store your files into a database, you can enforce security by using the security settings of the database. Also, there are no broken links ever. However, the database storage space is more expensive.

意译:假如存储你的文件(图片)到数据库,你可以通过数据库安全设置保证文件安全。同时,不会产生错误的链接(反之,若仅记录文件在磁盘中的路径,可能会由于文件被删除导致出现错误的链接)。然而,所占用的数据存储空间是巨大的。

 

教程链接:提交/下载 图片 到/从SQL Server数据库(By Alexandru Ghiondea)

 

Read me:The file 'Pictures.sql' contains an SQL script that will create a table Pictures and the stored procedures required.Execute it against your SQL Server and a database called Pictures should appear.

你可能感兴趣的:(Uploading / Downloading Pictures to / from a SQL Server)