本文介绍了在ASP.NET中将数据存储在数据库中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
你好,
我正在asp.net中开发一个应用程序,其中我必须在数据库中存储大尺寸图像,所以我的问题是:
在数据库中存储图像的最佳方法是什么,
是将其以二进制格式存储在DB(sql server 2005)中的好方法,还是我应该将图像地址存储在DB中.
或
还有其他方法可以存储图像吗?
我想以图像格式(.JPG等)存储文本数据.
任何帮助将不胜感激.
感谢您关注这个问题.
问候,
Hello,
I am developing an application in asp.net, in which i have to store large size images in database, so my question is:
What is the best way to store images in database,
Whether its good approach to store it in binary format in DB(sql server 2005), or whether i should store image address in DB.
OR
Is there any other approach for storing images.
I want to store text data in format of images (.JPG etc).
Any help would be appreciated.
Thank you for paying attention to this question.
Regards,
推荐答案
这篇关于在ASP.NET中将数据存储在数据库中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!