Are these actually defined with primary and foreign keys in the database?

On Wed, Apr 30, 2008 at 3:22 PM, wkolcz <[EMAIL PROTECTED]> wrote:

> First I got this error:
> Invalid expression. [getobjectconfig().object.XmlAttributes.name]
>
> Someone told me it might be an object bug and to create at least one
> object. I did, now I am getting this error:
>
>
> Can't perform this operation on these data types.
>
> Here is my Reactor XML
>
> <reactor>
>     <config>
>        <project value="MediaManager" />
>        <dsn value="prmc_media" />
>        <type value="mssql" />
>        <mapping value="/apps/newsroom/model/reactor" />
>        <mode value="development" />
>   </config>
>   <objects>
>       <object name="pressreleases">
>         <hasMany name="images">
>             <relate from="ID" to="storyID"/>
>         </hasMany>
>     </object>
>   </objects>
> </reactor>
>
> Both defined keys are ints
>
> -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
> -- --
> Reactor for ColdFusion Mailing List
> [EMAIL PROTECTED]
> Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
> -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
> -- --


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[EMAIL PROTECTED]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

Reply via email to