> On page 549 of Forta's CF 5 book he outlines how to store > client vars in a DB. > > Step 1 reads "If you want, you can use an existing database, > but we recommend hat you use a fresh, dedicated database for > storing client variables." but it doesn't say why. I would > think that if i have a dedicated DB for a certain app that > I would want to store the client variables for that app in > the same DB.
There's nothing really wrong with using the same database to store Client variables along with the rest of the tables for that application, except that it limits how much you can secure the database, to some degree - you can't limit the user rights to a specific set of stored procedures, for example. If you're not doing that anyway, I don't think it makes a bit of difference. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

