There are moments when you’ll need to store hierarchical data in a database. You’ll find excellent articles at CodeProject and Sitepoint describing how to do this:
- CodeProject: Trees in SQL databases
- Sitepoint: Storing Hierarchical Data in a Database
Post a Comment