0
Answer

Create a dynamic data structure

Richard Blythe

Richard Blythe

16y
2.7k
1

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