Click here to Skip to main content
15,891,607 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Empty strings to null: A declarative approach Pin
Brady Kelly19-Mar-08 7:24
Brady Kelly19-Mar-08 7:24 
GeneralRe: Empty strings to null: A declarative approach Pin
Brady Kelly19-Mar-08 7:56
Brady Kelly19-Mar-08 7:56 
GeneralRe: Empty strings to null: A declarative approach Pin
Pete O'Hanlon22-Mar-08 9:37
mvePete O'Hanlon22-Mar-08 9:37 
Questionhow to develop multi user desktop application Pin
moobo18-Mar-08 21:12
moobo18-Mar-08 21:12 
Answer[Cross Post] Re: how to develop multi user desktop application Pin
Scott Dorman19-Mar-08 3:43
professionalScott Dorman19-Mar-08 3:43 
GeneralELF parser Pin
Ravinder Are18-Mar-08 19:54
Ravinder Are18-Mar-08 19:54 
GeneralDocument Archiving Pin
Brady Kelly17-Mar-08 23:34
Brady Kelly17-Mar-08 23:34 
GeneralRe: Document Archiving Pin
Pete O'Hanlon18-Mar-08 1:53
mvePete O'Hanlon18-Mar-08 1:53 
Brady - effectively there are two mechanisms for achieving this. The first is to store the file in a database and use triggers to help you achieve versioning. The second is to store the file on a disk, and then store the path to the file (probably in a database). If you choose to store the path, you need to rename the file to something unique (e.g. a GUID), and map this back to the original filename in the database - fortunately this is incredibly easy to do. I'm unsure as to what you ultimately need to know, so if you want to refine your question or ask for more information, let me know.


Deja View - the feeling that you've seen this post before.

My blog | My articles



GeneralRe: Document Archiving Pin
Brady Kelly18-Mar-08 2:09
Brady Kelly18-Mar-08 2:09 
GeneralRe: Document Archiving Pin
Pete O'Hanlon18-Mar-08 3:22
mvePete O'Hanlon18-Mar-08 3:22 
GeneralRe: Document Archiving Pin
Brady Kelly18-Mar-08 5:10
Brady Kelly18-Mar-08 5:10 
GeneralVisio UML - add to the built in types. Pin
DanB198317-Mar-08 12:01
DanB198317-Mar-08 12:01 
GeneralWeb Service for DataBase call Pin
lokeshgupta1314-Mar-08 6:37
lokeshgupta1314-Mar-08 6:37 
GeneralRe: Web Service for DataBase call Pin
Mark Churchill16-Mar-08 1:15
Mark Churchill16-Mar-08 1:15 
GeneralRe: Web Service for DataBase call Pin
Rob Philpott17-Mar-08 2:36
Rob Philpott17-Mar-08 2:36 
GeneralASP.net 3.5 and SQL Server Reporting Pin
camby7512-Mar-08 9:27
camby7512-Mar-08 9:27 
GeneralRe: ASP.net 3.5 and SQL Server Reporting Pin
pmarfleet16-Mar-08 1:54
pmarfleet16-Mar-08 1:54 
GeneralIntegration services Pin
sprague29511-Mar-08 11:31
sprague29511-Mar-08 11:31 
GeneralRe: Integration services Pin
Pete O'Hanlon11-Mar-08 11:44
mvePete O'Hanlon11-Mar-08 11:44 
GeneralArchitecture 101.... Pin
daniel.byrne11-Mar-08 7:36
daniel.byrne11-Mar-08 7:36 
GeneralRe: Architecture 101.... Pin
led mike11-Mar-08 7:42
led mike11-Mar-08 7:42 
GeneralRe: Architecture 101.... Pin
daniel.byrne11-Mar-08 7:48
daniel.byrne11-Mar-08 7:48 
GeneralRe: Architecture 101.... Pin
led mike11-Mar-08 7:58
led mike11-Mar-08 7:58 
GeneralRe: Architecture 101.... Pin
daniel.byrne11-Mar-08 8:06
daniel.byrne11-Mar-08 8:06 
GeneralRe: Architecture 101.... Pin
Scott Dorman11-Mar-08 8:20
professionalScott Dorman11-Mar-08 8:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.