The Artima Developer Community
Sponsored Link

.NET Buzz Forum
More Lookup table techniques

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Roy Osherove

Posts: 1807
Nickname: royo
Registered: Sep, 2003

Roy Osherove is a .Net consultant based in Israel
More Lookup table techniques Posted: Feb 21, 2004 7:07 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Roy Osherove.
Original Post: More Lookup table techniques
Feed Title: ISerializable
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/rosherove/Rss.aspx
Feed Description: Roy Osherove's persistent thoughts
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Roy Osherove
Latest Posts From ISerializable

Advertisement
Richard posts about a few different ways (and some of them are news to me) to avoid using a simple lookup table and relation in your DB for silly stuff like Gender(Male,female,unknown) or daysOfWeek.
Really interesting. I must say that I've always used the lookup table+ relation approach, simply because I did not know better. Next time I do this,I'll keep these ways in mind.
Now, here's a tough question: Have you ever seen these ways explained in a book about data access or database manipulation techniques? I have'nt. Have I been reading the wrong books? which books do you recommend to learn about “real world” stuff such as this? Especially SQL server.

Read: More Lookup table techniques

Topic: .NET Nightly 114 Previous Topic   Next Topic Topic: Just playing with Generics in Visual Basic Whidbey

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use