in reply to Storing Complex Structures in a database

ooh! You definitely want to look up some info on database normalizing. You could put all this stuff in the same field, but that wouldn't make sense if data is repeated. As an example, you need to normalize tables that have something as simple as storing names and addresses. Try this link.
AgentM Systems or Nasca Enterprises is not responsible for the comments made by AgentM- anywhere.
  • Comment on Re: Storing Complex Structures in a database