was not sure where to submit this so hope this is the right place

*- missings <objects> tags*

*Reactor Crash Course > Configuring Relationships in Reactor*
**
*<objects>*
<object name="Customer">
<hasOne name="Address">
   <relate from="addressId" to="addressId" />
</hasOne>
</object>
*</objects>*



<reactor>
<config>
 <project value="Scratch" />
 <dsn value="Scratch" />
 <type value="mssql" />
 <mapping value="/ScratchData" />
 <mode value="development" />
</config>

*<objects>
*<object name="Customer">
 <hasOne name="Address">
      <relate from="addressId" to="addressId" />
 </hasOne>
</object>
*</objects>*
</reactor>


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

Reply via email to