Click here to Skip to main content
15,896,063 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: "Save, Undo, Redo, Cancel" in a complex application configuration settings facility ? Pin
BillWoodruff2-Jan-12 15:26
professionalBillWoodruff2-Jan-12 15:26 
Questionhow to use Barcode in POS and Inventory system (Design wise)? Pin
Omar Rwemi29-Dec-11 5:48
Omar Rwemi29-Dec-11 5:48 
AnswerRe: how to use Barcode in POS and Inventory system (Design wise)? Pin
jschell29-Dec-11 14:22
jschell29-Dec-11 14:22 
AnswerRe: how to use Barcode in POS and Inventory system (Design wise)? Pin
Eddy Vluggen30-Dec-11 9:33
professionalEddy Vluggen30-Dec-11 9:33 
AnswerRe: how to use Barcode in POS and Inventory system (Design wise)? Pin
Roger Wright31-Dec-11 16:34
professionalRoger Wright31-Dec-11 16:34 
GeneralRe: how to use Barcode in POS and Inventory system (Design wise)? Pin
Patrick Harris20-Feb-12 18:02
Patrick Harris20-Feb-12 18:02 
AnswerRe: how to use Barcode in POS and Inventory system (Design wise)? Pin
Omar Rwemi1-Jan-12 3:22
Omar Rwemi1-Jan-12 3:22 
AnswerRe: how to use Barcode in POS and Inventory system (Design wise)? Pin
Shameel2-Jan-12 2:26
professionalShameel2-Jan-12 2:26 
As a general rule, I avoid using business data as primary keys. The reason is, some time or the other they're susceptible to change. I understand that modern databases allow cascading updates, but I still feel that it is not an elegant idea and is not worth the pain and effort. I prefer using system-generated keys like GUIDs, IDENTITY columns (and SEQUENCE in Oracle). They're guaranteed to be unique and does not need to change at any point in time.

Don't forget to create an index on your barcode number, though.
GeneralRe: how to use Barcode in POS and Inventory system (Design wise)? Pin
Mycroft Holmes2-Jan-12 17:06
professionalMycroft Holmes2-Jan-12 17:06 
Questionlicense viruses database for antivirus module in security tool. Pin
Ram Shmider28-Dec-11 21:18
Ram Shmider28-Dec-11 21:18 
AnswerRe: license viruses database for antivirus module in security tool. Pin
Luc Pattyn28-Dec-11 23:40
sitebuilderLuc Pattyn28-Dec-11 23:40 
GeneralRe: license viruses database for antivirus module in security tool. Pin
Ram Shmider28-Dec-11 23:48
Ram Shmider28-Dec-11 23:48 
GeneralRe: license viruses database for antivirus module in security tool. Pin
DaveAuld30-Dec-11 22:06
professionalDaveAuld30-Dec-11 22:06 
AnswerRe: license viruses database for antivirus module in security tool. Pin
Richard MacCutchan28-Dec-11 23:55
mveRichard MacCutchan28-Dec-11 23:55 
GeneralRe: license viruses database for antivirus module in security tool. Pin
Ram Shmider29-Dec-11 0:19
Ram Shmider29-Dec-11 0:19 
AnswerRe: license viruses database for antivirus module in security tool. Pin
Eddy Vluggen30-Dec-11 9:31
professionalEddy Vluggen30-Dec-11 9:31 
GeneralRe: license viruses database for antivirus module in security tool. Pin
Ram Shmider30-Dec-11 21:17
Ram Shmider30-Dec-11 21:17 
QuestionHow to make sure records were not temper changed Pin
songbo0726-Dec-11 21:37
songbo0726-Dec-11 21:37 
AnswerRe: How to make sure records were not temper changed Pin
Tanveer A26-Dec-11 22:05
Tanveer A26-Dec-11 22:05 
GeneralRe: How to make sure records were not temper changed Pin
songbo0727-Dec-11 20:27
songbo0727-Dec-11 20:27 
AnswerRe: How to make sure records were not temper changed Pin
Eddy Vluggen27-Dec-11 8:52
professionalEddy Vluggen27-Dec-11 8:52 
GeneralRe: How to make sure records were not temper changed Pin
songbo0727-Dec-11 20:34
songbo0727-Dec-11 20:34 
AnswerRe: How to make sure records were not temper changed Pin
Eddy Vluggen28-Dec-11 5:44
professionalEddy Vluggen28-Dec-11 5:44 
GeneralRe: How to make sure records were not temper changed Pin
krumia16-Feb-12 19:26
krumia16-Feb-12 19:26 
GeneralRe: How to make sure records were not temper changed Pin
Eddy Vluggen16-Feb-12 19:44
professionalEddy Vluggen16-Feb-12 19:44 

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.