HI All

Hi All,can any one assist me to write a java code that traverses a tree from database.i mean database contain all task id and its parent id.i need to get all elements if i give parentid as input.
[209 byte] By [veeru_cga] at [2007-10-3 2:55:28]
# 1
> Hi All,> > can any one assist me to write a java code that> traverses a tree from database.i mean database> contain all task id and its parent id.i need to get> all elements if i give parentid as input.You start
el_doradoa at 2007-7-14 20:44:34 > top of Java-index,Core,Core APIs...
# 2

> Hi All,

>

> can any one assist me to write a java code that

> traverses a tree from database.i mean database

> contain all task id and its parent id.i need to get

> all elements if i give parentid as input.

For a given parent ID , you want all the task id?

Do you know how to write the the query? BEfore that you need to know how to make DB connection.... I guess you know these stuff already.

techia at 2007-7-14 20:44:34 > top of Java-index,Core,Core APIs...
# 3

> Hi All,

>

> can any one assist me to write a java code that

> traverses a tree from database.i mean database

> contain all task id and its parent id.i need to get

> all elements if i give parentid as input.

http://java.sun.com/javase/technologies/database.jsp

SoulTech2012a at 2007-7-14 20:44:34 > top of Java-index,Core,Core APIs...