•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Database Design section within the Web Development category of DaniWeb, a massive community of 427,774 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,712 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Database Design advertiser: Programming Forums
Views: 1645 | Replies: 2
![]() |
I have a set of information about customer environments (as a contractor providing services), and I need to create something to keep track of each customer's environment configuration. The data being gathered is very heirarchical in nature. For example:
customer: bob's tv repair
--environment: unix print
----printers
------printer1
--------attrib1
--------attrib2
--------attrib3
------printer2
--------attrib1
--------attrib2
--------attrib3
----systems
------system1
--------cpu
--------os
--------patch_level
------system2
--------cpu
--------os
--------patch_level
...
I've never used a directory service (like ActiveDirectory or OpenLDAP), but after reading about them, they seem like a more logical option than a RDBMS. Does anyone know if a directory service would make more sense in this case, and if I can store data like the above in such a system?
customer: bob's tv repair
--environment: unix print
----printers
------printer1
--------attrib1
--------attrib2
--------attrib3
------printer2
--------attrib1
--------attrib2
--------attrib3
----systems
------system1
--------cpu
--------os
--------patch_level
------system2
--------cpu
--------os
--------patch_level
...
I've never used a directory service (like ActiveDirectory or OpenLDAP), but after reading about them, they seem like a more logical option than a RDBMS. Does anyone know if a directory service would make more sense in this case, and if I can store data like the above in such a system?
Last edited by roswell1329 : Oct 24th, 2006 at 4:24 pm.
/* You are not expected to understand this */
•
•
Join Date: Sep 2006
Posts: 91
Reputation:
Rep Power: 3
Solved Threads: 0
Is this information created dynamically? Can there be infinite levels?
I've done this a few times using databases, but by hierarchy was defined by the user on the fly. as soon as he added a new level or category, it was present.
Can you tell us when and how this information is created (through an application? is it pre-defined, etc.)
I've done this a few times using databases, but by hierarchy was defined by the user on the fly. as soon as he added a new level or category, it was present.
Can you tell us when and how this information is created (through an application? is it pre-defined, etc.)
The Blog Experiment Forum - Join the Conversation!
brainyminds | ilovecode
Ultimate Merchant Account Resource
brainyminds | ilovecode
Ultimate Merchant Account Resource
Take a look at a product call Mailtraq
This is a email server but also includs a Ldap server which you can customise.
It has a 30 day trial, or did, so you could have a play and see if it suits your needs. You may be able to get your customers to fill in an email form and send it to the server which will then store the info in the ldap server for you to view via Outlook or anything else that can connect to an Ldap server.
Just a thought.
This is a email server but also includs a Ldap server which you can customise.
It has a 30 day trial, or did, so you could have a play and see if it suits your needs. You may be able to get your customers to fill in an email form and send it to the server which will then store the info in the ldap server for you to view via Outlook or anything else that can connect to an Ldap server.
Just a thought.
---------------------------------------------------------------------
Make it Simple - http://www.websitehandyman.co.uk
If it's Football - http://www.football4sale.com
If it's wisdom - http://www.dr-driftwood.blogspot.com
Make it Simple - http://www.websitehandyman.co.uk
If it's Football - http://www.football4sale.com
If it's wisdom - http://www.dr-driftwood.blogspot.com
![]() |
•
•
•
•
•
•
•
•
DaniWeb Database Design Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- Writing to an Access Database (Visual Basic 4 / 5 / 6)
- Databases (Visual Basic 4 / 5 / 6)
- JNDI/JDBC lookup problem with Sun Java Application Server 8.2 (Java)
- Daily Auto MySQL Backup saved to directorty (MySQL)
- another newbie with alot of redhat and apache server Q'S (Linux Servers and Apache)
- e-Directory vs. Active Directory (Novell)
Other Threads in the Database Design Forum
- Previous Thread: Checking Postgres installation options
- Next Thread: Best way to develop db for survey?


Linear Mode