将图像保存在数据库中

问题描述:

那里。在MSDN上发布这个问题的动机是向你们提出建议。

Hi, there. The motive of posting this question in MSDN is to ask you guys for a recommendation.

我打算为一个旧部门的项目工作,他们过去常常将所有记录保存在笔记本,现在他们计划将文件数字化并保存为PDF格式。每个笔记本都有其独特的名称,可能有超过
100多页。

I am planning to work on a project for an old department, they used to keep all the records in a notebook and now they are planning to digitalize the documents and keep them preserved in PDF format. Every notebook has its unique name and may have more than 100+ pages.

我想在这个项目上工作,我有点困惑,我应该把文件存储在我的数据库或者我应该将文件保存在磁盘上,并且该链接应该保存在数据库中,我可以选择采用哪种方法。

I want to work on this project and I am a bit confused, should I store the files in my database or should I keep the file on disk and that link should be saved in the database, can someone me up of which approach should I take.

谢谢

您好,

SQL-Server可以轻松处理图像处理,而MS-Access可能不是最好的避免将图像存储在数据库中,因为它容易出现损坏和污点。

SQL-Server can easily handle working with images while MS-Access can it's not would be best to avoid storing images in a database as it's prone to corruption and blotting.