Graphical Representation of names from an Access database

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Simon

Graphical Representation of names from an Access database

Post by Simon » Thu Sep 05, 2002 12:01 pm

Hi, I have an access database of employee names with fields employee name, department and also manager ID and need a way of driving out employees into graphical organisation charts with the manager at the top and employees underneath. Is there anyway of displaying this information in a chart/tree format in a dynamic web page? Any help much appreciated! Confused Student on Placement.

David Gilbert

Re: Graphical Representation of names from an Access databas

Post by David Gilbert » Thu Sep 05, 2002 5:31 pm

Hi Simon,

I think JFreeChart won't be much help to you here. Maybe JGraph will help:

http://www.jgraph.org

Regards,

DG.

Locked