On 25/01/2010, at 1:50 PM, jpcpal wrote: > I just created a cfc file in Farcry4.0 and one property's type is > longchar, when I deployed this cfc file under Admin tab in Farcry > backend, its "Data Type" is "ntext". So I want to change it to "varchar > (MAX)", how can I do this? Any ideas? Thanks.
Let FarCry create the table with the nText for you. Then go and alter the column to varchar(MAX). Should work just fine -- be aware that the FarCry types area will continue to warn you that the property doesn't match the component but you can ignore this. This goes for any basic change in precision. -- geoff http://www.daemon.com.au/ -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
