Re: Nested Tree DHTML

2003-01-09 Thread Richard Meredith-Hardy
a separate table > (obviously non-normalized) which records ordered from top to bottom in > the way determined by the actual tree query. You could also save it as > XML at that point too. > > -Original Message- > From: Luce, Greg [mailto:[EMAIL PROTECTED]] > Sent: Wed

Re: Nested Tree DHTML

2003-01-08 Thread Jochem van Dieten
Luce, Greg wrote: > I have a nested tree built with Steve Nelson's model. Looks a lot like Joe Celko's nested tree model to me. > I'm also presenting it > with the tigra tree DHTML package. It's gotten so large it takes 215 seconds > to resolve even with the query cached! Cached queries typical

RE: Nested Tree DHTML

2003-01-08 Thread John Quarto-vonTivadar
8, 2003 3:01 PM To: CF-Talk Subject: Nested Tree DHTML I have a nested tree built with Steve Nelson's model. I'm also presenting it with the tigra tree DHTML package. It's gotten so large it takes 215 seconds to resolve even with the query cached! The package takes one long character

Nested Tree DHTML

2003-01-08 Thread Luce, Greg
I have a nested tree built with Steve Nelson's model. I'm also presenting it with the tigra tree DHTML package. It's gotten so large it takes 215 seconds to resolve even with the query cached! The package takes one long character string and parses it out into tables and such. Any ideas on how to sp