<?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 : Why are the Max Lengths not being populated</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2009 : Why are the Max Lengths not being populated</description>
  <pubDate>Sat, 11 Apr 2026 11:11:15 -700</pubDate>
  <lastBuildDate>Thu, 17 Sep 2009 20:06:09 -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=1364</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>Why are the Max Lengths not being populated : Devart has updated their Oracle...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1364&amp;PID=5418#5418</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=308" rel="nofollow">skingaby</a><br /><strong>Subject:</strong> 1364<br /><strong>Posted:</strong> 17-Sep-2009 at 8:06pm<br /><br />Devart has updated their Oracle driver and the 5.25.42 version now copies the MaxLength from the Storage model to the Conceptual model, where IdeaBlade can pick it up.]]>
   </description>
   <pubDate>Thu, 17 Sep 2009 20:06:09 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1364&amp;PID=5418#5418</guid>
  </item> 
  <item>
   <title>Why are the Max Lengths not being populated : The Object Mapper only looks at...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1364&amp;PID=4949#4949</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=11" rel="nofollow">kimj</a><br /><strong>Subject:</strong> 1364<br /><strong>Posted:</strong> 14-Jul-2009 at 2:15pm<br /><br />The Object Mapper only looks at the conceptual model - the CSDL section of the EDMX.&nbsp; In your model the MaxLength attribute has not been carried through from the storage model (SSDL) to the conceptual model.&nbsp; Check with Devart for product updates.]]>
   </description>
   <pubDate>Tue, 14 Jul 2009 14:15:34 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1364&amp;PID=4949#4949</guid>
  </item> 
  <item>
   <title>Why are the Max Lengths not being populated : Did this get lost in the shuffle?...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1364&amp;PID=4943#4943</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=308" rel="nofollow">skingaby</a><br /><strong>Subject:</strong> 1364<br /><strong>Posted:</strong> 13-Jul-2009 at 3:06pm<br /><br />Did this get lost in the shuffle?  Has anyone had a chance to figure out why this is happening?]]>
   </description>
   <pubDate>Mon, 13 Jul 2009 15:06:08 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1364&amp;PID=4943#4943</guid>
  </item> 
  <item>
   <title>Why are the Max Lengths not being populated : I have an Oracle database and...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=1364&amp;PID=4914#4914</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=308" rel="nofollow">skingaby</a><br /><strong>Subject:</strong> 1364<br /><strong>Posted:</strong> 07-Jul-2009 at 2:08pm<br /><br />I have an Oracle database and am using the Devart dotConnect drivers.<br />The EDMX file has the following type defined:<br /><table width="99%"><tr><td><pre class="BBcode">&lt;EntityType Name="DEAL"&gt;<br />  &lt;Key&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;PropertyRef Name="DEAL_ID" /&gt;<br />  &lt;/Key&gt;<br />  &lt;Property Name="DEAL_ID" Type="int64" Nullable="false" StoreGeneratedPattern="Identity" /&gt;<br />  &lt;Property Name="DATE_ENTERED" Type="DATE" Nullable="false" /&gt;<br />  &lt;Property Name="CONTACT_OTHER" Type="VARCHAR2" MaxLength="50" /&gt;</pre></td></tr></table><br /><table width="99%"><tr><td><pre class="BBcode">&lt;EntityType Name="Deal"&gt;<br />  &lt;Key&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt;PropertyRef Name="DealId" /&gt;<br />  &lt;/Key&gt;<br />  &lt;Property Name="DealId" Type="Int64" Nullable="false" ib:BindableMode="OneWay" ib:DisplayName="Deal Id" /&gt;<br />  &lt;Property Name="DateEntered" Type="DateTime" Nullable="false" /&gt;<br />  &lt;Property Name="ContactOther" Type="String" /&gt;</pre></td></tr></table><br /><table width="99%"><tr><td><pre class="BBcode">&lt;MappingFragment StoreEntitySet="DEALs"&gt;<br />  &lt;ScalarProperty Name="DealId" ColumnName="DEAL_ID" /&gt;<br />  &lt;ScalarProperty Name="DateEntered" ColumnName="DATE_ENTERED" /&gt;<br />  &lt;ScalarProperty Name="ContactOther" ColumnName="CONTACT_OTHER" /&gt;</pre></td></tr></table><br /><br />Notice the last field, CONTACT_OTHER has a MaxLength of 50.  However, the Object Mapper is not picking it up and a corresponding verifier is not being created:<br /><br /><table width="99%"><tr><td><pre class="BBcode">#region ContactOther<br /><br />/// &lt;summary&gt;Gets or sets the ContactOther.&lt;/summary&gt;<br />&#091;IbUtil.DBDataType(typeof(String))&#093;<br />public String ContactOther {<br />&nbsp;&nbsp;&nbsp;get { return ContactOtherEntityProperty.GetValue(this); }<br />&nbsp;&nbsp;&nbsp;&#091;global::System.Diagnostics.DebuggerNonUserCode&#093;<br />&nbsp;&nbsp;&nbsp;set { ContactOtherEntityProperty.SetValue(this, value); }<br />}<br />#endregion ContactOther</pre></td></tr></table><br /><br />Why is this happening?  How can I fix this?  I would like to have the verifier's so the UI can work properly.  Thanks!]]>
   </description>
   <pubDate>Tue, 07 Jul 2009 14:08:11 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=1364&amp;PID=4914#4914</guid>
  </item> 
 </channel>
</rss>