Microsoft
Software
Hardware
Network
Question : FIles in database or in filesystem
Hi, I'm working on simple document management system and I have a design dillema. How to store files? System is designed to work in LAN and it's winform application. As I want to use MSSQL Express I don't want to waste space on files in DB. So i think filesystem is my way, but how should I send files to server and then controll access?
My idea is is to make a share on windows server and set ACLs just to let user write to a certain folder. Any other ideas (except ftp) ?
I think I'll also need a windows service that will control access so if user wants to view the file this service will somehow fetch it for him ( first checking acl in my db ) ..am I on right way?
Well keeping files in db would be much easier i think, but first I need to find out how to this this way. It would be easy if I used web application but I need to do this with winform.
// I don't want to use filestream at this time
Answer : FIles in database or in filesystem
Yes, it is a good choice. No matter which path you take, there will be one same problem
which is when connection to network (LAN) is NOT available.
As long as connectivity is available, it will all work same way (same speed, etc.).
HTH
Ashok
Random Solutions
jquery css. dynamic image
EXCEL 2007 VBA Dynamically changing the external datasource of a pivot table
send a json over a https
Select an enclosed area
Getting Unauthorized access exception in SharePoint
Can I export more than 250 records from CRM?
ASA 5505 DMZ Configuration
How do I dedupe a table and create a new table by combining the dupes into a single record?
Removing numbers after underscore
MS Office 2007 & 2010: Best practices for implementing centralized management of default templates?