Very true. The problem I'm having is that I cant figure out how to do this in a database. I've never worked with a database driven application that stores revisions that I can dig through the code to see how they do it. Plus, I couldn't find any good articles or books on this sort of thing. That's why I'm asking for help. I know there has to be a better way. I just don't have the experience to pull from to figure out what it is.
On Mon, Apr 7, 2008 at 11:17 AM, Dave Watts wrote: > > The product will be stored in the database > > but all the versions of it would be stored > > on the server in XML with the transactions > > being recorded in it. > > Why not store that in the database? That's what databases are for. XML is > better for transport between systems, databases are better for storage. > > Dave Watts, CTO, Fig Leaf Software > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302871 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

