<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>DevForce Community Forum : Support of composite fields</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : Support of composite fields</description>
  <pubDate>Wed, 10 Jun 2026 11:31:32 -700</pubDate>
  <lastBuildDate>Thu, 22 Apr 2010 11:43:03 -700</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.69</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.ideablade.com/forum/RSS_post_feed.asp?TID=1736</WebWizForums:feedURL>
  <image>
   <title>DevForce Community Forum</title>
   <url>http://www.ideablade.com/forum/forum_images/IdeaBlade_logo_tm.png</url>
   <link>http://www.ideablade.com/forum/</link>
  </image>
  <item>
   <title>Support of composite fields : Still not clear if you have packed...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1736&amp;PID=6601#6601</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=482" rel="nofollow">WardBell</a><br /><strong>Subject:</strong> 1736<br /><strong>Posted:</strong> 22-Apr-2010 at 11:43am<br /><br />Still not clear if you have packed the information into a single field as a formatted string or if you've distributed the parts of the composite "Part Number" among columns of the table. Complex Types are intended for the later scenario.<DIV>&nbsp;</DIV><DIV>Also not clear if you're saying that the same table columns could be interpreted EITHER as one type (Part.PartNr) or another type (ProductionLot.BatchNr), depending upon context. If column interpretation is "flexible", you won't be able to use Complex Types. In other words, there must be a single meaning to the columns that constitute a conceptual composite.&nbsp; </DIV><DIV>&nbsp;</DIV><DIV>If&nbsp;the same columns can mean different things, you'll have to&nbsp;treat them as separate properties and&nbsp;devise custom properties in your business objects to differentiate the&nbsp;various "composite" interpretations. That's not hard to do either (and&nbsp;is viable in all versions of DevForce).</DIV><DIV>&nbsp;</DIV><DIV>--&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Complex Types are supported in DevForce 2009 (v.5.x) and DevForce 2010 (v.6.x) but not DevForce 2005 ("Classic", v.3.x).</DIV><DIV>&nbsp;</DIV><DIV>Complex Type support is latent in DF 2009 because the Entity Framework v.1 DESIGNER didn't support them; you had to play tricks with the XML in the EDMX. VS 2010 removes that obstacle, possibly for EF v.1 as well.</DIV><DIV>&nbsp;</DIV><DIV>In any case, I strongly recommend making the move to DF 2010. Contact <a href="mailto:sales@ideablade.com" target="_blank">sales@ideablade.com</A>&nbsp;, especially if you are an existing customer.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 22 Apr 2010 11:43:03 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1736&amp;PID=6601#6601</guid>
  </item> 
  <item>
   <title>Support of composite fields : Hi, Thanks a lot for your quick...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1736&amp;PID=6599#6599</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=753" rel="nofollow">AlbersC</a><br /><strong>Subject:</strong> 1736<br /><strong>Posted:</strong> 22-Apr-2010 at 1:04am<br /><br />Hi,<DIV>Thanks a lot for your quick response. Indeed it's a <strong>conceptual</strong> composite field what I meant. We have ported the SQL Server database from a database (Oracle7)&nbsp;that was generated by a RAD-tool (Nectar). In that "modelling" tool it was possibile to define composite fields like I explained above (still they were stored as a string field in the database). In our code we referenced to a part of a composite field like:</DIV><DIV>&nbsp;</DIV><DIV><U>Part.PartNr</U> -or- <U>ProductionLot.BatchNr</U></DIV><DIV>&nbsp;</DIV><DIV>and the "modelling" tool took care of splitting the <strong>conceptual </strong>composite field into the correct sub fields.</DIV><DIV>&nbsp;</DIV><DIV>Are "Complex Types" also supported in DevForce version 3.6.5 as well? If not, in which version they are and is it possible to upgrade from v3.6.5 to that version of IdeaBlade?</DIV><DIV>&nbsp;</DIV><DIV>Thanks a lot for your support!</DIV><DIV>&nbsp;</DIV><DIV>Br</DIV><DIV>&nbsp;</DIV><DIV>Corne Albers</DIV>]]>
   </description>
   <pubDate>Thu, 22 Apr 2010 01:04:04 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1736&amp;PID=6599#6599</guid>
  </item> 
  <item>
   <title>Support of composite fields : I&amp;#039;m not sure I understand...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1736&amp;PID=6591#6591</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=482" rel="nofollow">WardBell</a><br /><strong>Subject:</strong> 1736<br /><strong>Posted:</strong> 21-Apr-2010 at 12:45pm<br /><br /><P>I'm not sure I understand the question. I don't know what you mean by "A table contains a composite field called Index1".&nbsp; </P><DIV>AFIK every column in SQL Server is single valued; I don't think SQL Server supports array fields. Maybe I've been away too long.</DIV><DIV>&nbsp;</DIV><DIV>I do&nbsp;follow you if what&nbsp;you mean is&nbsp;that there is a <strong>conceptual</strong> composite field, implemented as a set of columns of a table&nbsp;that collectively constitute the "composite".</DIV><DIV>&nbsp;</DIV><DIV>We support this, calling it a "Complex Type" in keeping with Entity Framework's support for this notion.</DIV><DIV>&nbsp;</DIV><DIV>Is that what you had in mind?</DIV>]]>
   </description>
   <pubDate>Wed, 21 Apr 2010 12:45:46 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1736&amp;PID=6591#6591</guid>
  </item> 
  <item>
   <title>Support of composite fields : Hello All,  I&amp;#039;m wondering...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1736&amp;PID=6580#6580</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=753" rel="nofollow">AlbersC</a><br /><strong>Subject:</strong> 1736<br /><strong>Posted:</strong> 21-Apr-2010 at 8:07am<br /><br /><FONT size=3>Hello All,<DIV></DIV><DIV>I'm wondering whether IdeaBlade supports composite fields. We currently are mapping to a SQL Server database that contains some composite fields in their tables.</DIV><DIV>&nbsp;</DIV><DIV>An example:</DIV><DIV>&nbsp;</DIV><DIV>A table contains a composite field called <U>Index1</U> which consists of:</DIV><DIV>&nbsp;</DIV><DIV><U>Part</U> (Index1&#091;0..14&#093;)&nbsp;+ <U>ProductionLot</U> (= Index1&#091;15..25&#093;)</DIV><DIV>&nbsp;</DIV><DIV>where <U>Part</U> consists of:</DIV><DIV>&nbsp;</DIV><DIV><U>PartNr</U> = Index1&#091;0..3&#093;</DIV><DIV><U>PartVar</U> = Index1&#091;4..10&#093;</DIV><DIV><U>PartSeqNr</U> = Index1&#091;11..14&#093;</DIV><DIV>&nbsp;</DIV><DIV>and where ProductionLot consists of:</DIV><DIV>&nbsp;</DIV><DIV>BatchNr = Index1&#091;15..20&#093;</DIV><DIV>SeqNr = Index1&#091;21..25&#093;</DIV><DIV>&nbsp;</DIV><DIV>Thanks for helping me out!</DIV><DIV>&nbsp;</DIV><DIV>Br,</DIV><DIV>Corne Albers</DIV></FONT>]]>
   </description>
   <pubDate>Wed, 21 Apr 2010 08:07:23 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1736&amp;PID=6580#6580</guid>
  </item> 
 </channel>
</rss>