<?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 : SQL Float Issue</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce 2010 : SQL Float Issue</description>
  <pubDate>Wed, 29 Jul 2026 15:08:11 -700</pubDate>
  <lastBuildDate>Thu, 10 Feb 2011 12:56:48 -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=2498</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>SQL Float Issue : Hi mdcalhoun;You can try and catch...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2498&amp;PID=9916#9916</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=912" rel="nofollow">DenisK</a><br /><strong>Subject:</strong> 2498<br /><strong>Posted:</strong> 10-Feb-2011 at 12:56pm<br /><br />Hi mdcalhoun;<div><br></div><div>You can try and catch the EntityManagerSaveException and analyze the EntitiesWithErrors&nbsp;properties.</div><div><br></div><div>try {</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>mgr.SaveChangesAsync();</div><div>} catch (EntityManagerSaveException e) {</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>var errors = e.EntitiesWithErrors;</div><div>}</div>]]>
   </description>
   <pubDate>Thu, 10 Feb 2011 12:56:48 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2498&amp;PID=9916#9916</guid>
  </item> 
  <item>
   <title>SQL Float Issue : I am having an issue in 6.0.8.1...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=2498&amp;PID=9911#9911</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=889" rel="nofollow">mdcalhoun</a><br /><strong>Subject:</strong> 2498<br /><strong>Posted:</strong> 09-Feb-2011 at 5:05pm<br /><br />I am having an issue in 6.0.8.1 Silverlight&nbsp;when saving a pretty large object graph. It appears to say that the value of a SQL Float (C# double) is too large/small (precision error). How can I figure out which entity/property is throwing this error?<DIV>&nbsp;</DIV><DIV>Thanks,</DIV><DIV>Matt</DIV><DIV>&nbsp;</DIV><DIV>Message: Unhandled Error in Silverlight Application <BR>Code: 4004&nbsp;&nbsp;&nbsp; <BR>Category: ManagedRuntimeError&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>Message: EntityManagerSaveException: The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter 8 ("@5"): The supplied value is not a valid instance of data type float. Check the source data for invalid values. An example of an invalid value is data of numeric type with scale greater than precision. ---&gt; System.Data.SqlClient.SqlException (0x80131904): The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Parameter 8 ("@5"): The supplied value is not a valid instance of data type float. Check the source data for invalid values. An example of an invalid value is data of numeric type with scale greater than precision.<BR>&nbsp;&nbsp; at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)<BR>&nbsp;&nbsp; at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)<BR>&nbsp;&nbsp; at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning()<BR>&nbsp;&nbsp; at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)<BR>&nbsp;&nbsp; at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()<BR>&nbsp;&nbsp; at System.Data.SqlClient.SqlDataReader.get_MetaData()<BR>&nbsp;&nbsp; at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)<BR>&nbsp;&nbsp; at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)<BR>&nbsp;&nbsp; at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)<BR>&nbsp;&nbsp; at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)<BR>&nbsp;&nbsp; at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)<BR>&nbsp;&nbsp; at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)<BR>&nbsp;&nbsp; at System.Data.Common.DbCommand.ExecuteReader(CommandBehavior behavior)<BR>&nbsp;&nbsp; at System.Data.Mapping.Update.Internal.DynamicUpdateCommand.Execute(UpdateTranslator translator, EntityConnection connection, Dictionary`2 identifierValues, List`1 generatedValues)<BR>&nbsp;&nbsp; at System.Data.Mapping.Update.Internal.UpdateTranslator.Update(IEntityStateManager stateManager, IEntityAdapter adapter)<BR>&nbsp;&nbsp; at IdeaBlade.EntityModel.AsyncProcessor`1.&lt;&gt;c__DisplayClass2.&lt;.ctor&gt;b__0(TArgs args)<BR>&nbsp;&nbsp; at IdeaBlade.EntityModel.AsyncProcessor`1.Signal()<BR>&nbsp;&nbsp; at IdeaBlade.EntityModel.AsyncProcessor`1.&lt;Execute&gt;b__5(Object x)&nbsp;&nbsp;&nbsp;&nbsp; </DIV><DIV>Line: 54<BR>Char: 13<BR>Code: 0</DIV>]]>
   </description>
   <pubDate>Wed, 09 Feb 2011 17:05:23 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=2498&amp;PID=9911#9911</guid>
  </item> 
 </channel>
</rss>