farCry turns the cfproperties into table fields - so I think the
problem might be that there is not datatype in sqlServer that matches
to array.

What are you holding in the array?
Can you swap it for something like a list - in which case you could
use a type of string.


On Thu, 11 Nov 2004 13:48:17 -0600, Phil Truesdale
<[EMAIL PROTECTED]> wrote:
> In the process of creating a custom type and I'm encountering an error
> trying to deploy an array table. It seems simple enough, but when I
> redeploy the type with the array property something goes wrong. The
> table is created (myType_body), but the type continues to tell me that
> "The following CFC properties conflicts exist"
> 
> This is the line in my CFC. Simple properties can still be added and
> deployed.
> 
> <cfproperty name="body" type="array" hint="my hint" required="no"
> default="">
> 
> I tried adding an array property to a core type as well and the same
> thing happens. Any insight would be greatly appreciated. Thanks.
> 
> Current public version of FC. SQL Server 2k.
> 
> Phil
> 
> ---
> 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/
>

---
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/

Reply via email to