in reply to Re^2: store/retrieve data structure in MySQL
in thread store/retrieve data structure in MySQL

I store all the properties of the object within the database in a nice normalized structure....this was only needed for use within a summary table for optimization reasons. I build the objects rarely so why not cache them? :-)

Thanks everyone for the help.

  • Comment on Re^3: store/retrieve data structure in MySQL