0
Reply

Create a dynamic data structure

Richard Blythe

Richard Blythe

Feb 5 2008 11:29 PM
2.7k

I'm trying to create a membership app that allows the user to create and organize their own data structures.  I want the interface to be modeled after the windows folder structure.  Right now I've developed a few methods that might allow me to use a database.  However,  I'm afraid that if the user creates an excessive amount of tables that the performance could be hampered greatly.  Does anybody have a suggestion on how to implement this feature.  I want to structure it to possibly allow a  multi-user interface.   ANY input is welcome!!

Thanks,
Richard