Viewing 15 posts - 706 through 720 (of 824 total)
I haven't given this any extensive thought, but the first concern I would have about this approach is that it would make updating an individual attribute a bit tricky. Instead...
September 8, 2004 at 4:48 pm
Nothing is wrong with it at all. The three seperate tables (one for each type of code) is the proper approach. Where some people go wrong is when they decide that...
September 8, 2004 at 12:39 pm
Thanks for the feedback. I do tend to get a bit sarcastic when I see ignorance masquerading as "elegance". I must admit that I was frustrated at having to deal...
September 8, 2004 at 12:01 pm
Joe,
I recall reading that article and it formed at least a part of my thinking on the matter, so thank you. Actually, if I was to be completely honest about...
September 8, 2004 at 11:41 am
My mind if firmly locked when it comes to logical correctness and data integrity. (really these two things are just different sides of the same coin). Besides openmindedness is overrated. ...
September 8, 2004 at 11:30 am
I appologize for the confusion. I believe a careful reading of the article will make this very clear, but to summarize:
The three seperate tables, each with a single type of...
September 8, 2004 at 9:22 am
Thanks for the input. This article went through a number of iterations and was reviewed by at least 5 different people for readability. That's not to say that I couldn't...
September 8, 2004 at 9:03 am
I plead guilty to being a zealot. I am absolutely a zealot when it comes to proper database design because I have to deal with the consequences of poor database design...
September 8, 2004 at 8:49 am
BTW I'm pretty impressed; a programmer who understands that the data model is the proper starting point of application design... There aren't enough of you out there!
August 27, 2004 at 2:28 pm
The "Attribute" or "name/value pair" solution is never a good solution partially for the reason you state but it goes further than that. The real problem is that the domain...
August 27, 2004 at 2:25 pm
That depends on the application design. If it is to be a "Fat" client that can be used on a single workstation without network connectivity, then yes, each client would...
August 27, 2004 at 11:36 am
You might have just reignited one of the oldest debates in database design. There are those who claim that natural keys are "fragile" and should always be avoided. Then there...
August 26, 2004 at 6:39 pm
Why not use MSDE, or MySQL or any number of other freely available DBMS's out there? XML is NEVER the best choice for anything, at its best XML is an incredibly inefficient...
August 26, 2004 at 6:11 pm
If your column is of the datetime data type the time element is always there, even if it is all zero's. The issue you are having must be related to either...
August 26, 2004 at 3:18 pm
I will first off tell you that I don't know the answer to your XML questions. I know enough about XML to avoid it almost entirely. It's barely an OK...
August 26, 2004 at 2:43 pm
Viewing 15 posts - 706 through 720 (of 824 total)