- ADAM and Object Database
- Posted by Useko Netsumi on July 2nd, 2004
Up to these days, I'm still puzzled to distinguish the difference between
ADAM(ActiveDirectory Application Mode) and the Object Databases. Can someone
shed me some lights -
thanks
- Posted by Joe Kaplan \(MVP - ADSI\) on July 2nd, 2004
ADAM can be used as an object database. The main thing to consider is that
you must program it using an LDAP API instead of a SQL API and must use
standard LDAP tools and techniques to extend the schema.
Joe K.
"Useko Netsumi" <usenets@yahoo.com> wrote in message
news:2kkebtF3e58cU1@uni-berlin.de...
- Posted by Kannan C. Iyer [MSFT] on July 2nd, 2004
ADAM Technical Reference has a section on "LDAP Directories Compared to
Relational Databases". This section would help you understand the
considerations for decision on whether to go with a database or directory.
http://www.microsoft.com/adam has a link to the Tech Ref.
--
Kannan C. Iyer
Program Manager, Directory Services
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
----
"Joe Kaplan (MVP - ADSI)" <joseph.e.kaplan@removethis.accenture.com> wrote
in message news:Oa2Y9HEYEHA.4092@TK2MSFTNGP11.phx.gbl...
ADAM can be used as an object database. The main thing to consider is that
you must program it using an LDAP API instead of a SQL API and must use
standard LDAP tools and techniques to extend the schema.
Joe K.
"Useko Netsumi" <usenets@yahoo.com> wrote in message
news:2kkebtF3e58cU1@uni-berlin.de...
- Posted by Useko Netsumi on July 3rd, 2004
But comparing LDAP with Relational DBMS(RDBMS) is not apple-to-apple
comparison, isn't it?. Perhaps with ODBMS is more inline since both are
object oriented in nature.
"Kannan C. Iyer [MSFT]" <KannanC@Online.Microsoft.COM> wrote in message
news:e30C5$HYEHA.2388@TK2MSFTNGP11.phx.gbl...