API

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

Hi,

I am looking for a product/API that shows me relationships
between sub-objects. To illustrate, say we have Entity A,
which has 20 sub-objects related to it. Let's say Bill
Gates is Entity A and the 20 sub-objects are contacts of
his. I would like to be able to see not only his contacts
but to view whether or not those contacts have any
relationship with one another.

An example of this is here:
http://www.msnbc.com/news/947036.asp?0dm=C16MT

An illustration is here:
http://www.namebase.org/cgi-bin/nb06?BERNERS-LEE_TIM_

I apologize if I am posting in the wrong section, but I
need help! Thanks.
 
There is no API to do something like this - sounds like you need to use a
database, with fields describing the relationships between the entries.

john
 
The information will already be in a SQL database. I am looking for
detailing results graphically.

Based on data results from sql server query, I would like an API we
could send data to and it would graphically display the relationships
 
There may be some third party charting libraries you could use - an
internet search brought me up quite a few, although I didn't see any that
were specifically designed for plotting relationships. You might have to do
a little coding yourself with GDI+..
 
Back
Top