Click here to Skip to main content
16,011,358 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello
I'm working on a c# , sql server project ... I need to store a group of images (maybe in a pdf file) attached to each report I'm working on (report is the main frame and database item) ...
is better to store the image on the file system or in the database ... and why ???
thanks in advance
Posted
Updated 25-Feb-13 12:34pm
v3
Comments
Sergey Alexandrovich Kryukov 25-Feb-13 18:55pm    
It depends on a number of factors... both strategies are acceptable, but the preferences depend...
—SA
PIEBALDconsult 25-Feb-13 18:57pm    
Yes.

1 solution

Read this[^]. Might point you in the right direction.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 25-Feb-13 21:41pm    
It might, a 5.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900