> -----Original Message----- > From: The Wolf [mailto:[EMAIL PROTECTED] > Sent: Monday, December 20, 2004 6:46 AM > To: CF-Talk > Subject: Re: ColdFusion security framework > > On 12/10/04 6:58 PM, Jim Davis wrote: > > > I've uploaded a zip of the CFCs involved to: > > > > ftp://ftp.depressedpress.com/FTP/cfc_DepressedPress.zip > > I am trying to understand your code, but it's a bit hard w/o knowing the > db tables and relationships ... > > Can you provide the db schema (e.g. Erwin) and the SQL script?
All of the table generation code is the following CFC: \cfc_DepressedPress\Security\DB_SQLServer2000\DP_SecurityConfiguration_Broke r.cfc (This is the "installation/uninstallation" configuration CFC.) There are essentially only two methods here: install (create data tables and populate them with initial parameters and the administrator account) and uninstall (destroy the tables). That code is generated partly from SQL Server 2000 and so might need tweaking for other DBs (probably just the removal of "[dbo]" I would think - the code is very simple.) Is that what you're looking for? Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Silver Sponsor - RUWebby http://www.ruwebby.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188250 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

