We have production servers that have limited privileges for ColdFusion. There are no create/alter tables and columns. I assume this not uncommon in big companies. I've done one custom type and transfered the cfc's and database table by script but had one little problem. There was a file missing either from our production server or it was a file pulled in by FarCry during creation of the custom type.
Are there work arounds for creating new types, rules, etc when CF doesn't have create alter privileges?
It would be the same options as any CF app in that situation. The COAPI tools just make it easier. I'd recommend creating the component tables in dev or stage, then exporting scripts for the table creation and giving them to the DBAs to evolve the DB schema through their normal process.
An enhancement suggestion might be for FarCry COAPI tools to display the creation script as an option, so that folks can a) know what script is being fired for their installation, b) make it easy to get the script from the web interface.
-- geoff http://www.daemon.com.au/
--- You are currently subscribed to farcry-dev as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
