<?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 : Problem with a RDBQuery</title>
  <link>http://www.ideablade.com/forum/</link>
  <description>This is an XML content feed of; DevForce Community Forum : DevForce Classic : Problem with a RDBQuery</description>
  <pubDate>Thu, 11 Jun 2026 10:49:15 -700</pubDate>
  <lastBuildDate>Wed, 26 Dec 2007 11:32:51 -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=630</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>Problem with a RDBQuery : The error message that you are...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=630&amp;PID=2291#2291</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 630<br /><strong>Posted:</strong> 26-Dec-2007 at 11:32am<br /><br /><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">The error message that you are getting is from SQL Server, not DevForce,&nbsp; SQL Server has a limitation of 2100 parameters that it will accept in a SQL statement.&nbsp; There are other limitations as well.&nbsp; For example, a SQL statement may not contain more than 8044 characters.</P><DIV></DIV><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>To handle very long queries, you will need to break the large query into multiple smaller queries.</DIV></SPAN>]]>
   </description>
   <pubDate>Wed, 26 Dec 2007 11:32:51 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=630&amp;PID=2291#2291</guid>
  </item> 
  <item>
   <title>Problem with a RDBQuery : The actual source of the error...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=630&amp;PID=2290#2290</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=23" rel="nofollow">davidklitzke</a><br /><strong>Subject:</strong> 630<br /><strong>Posted:</strong> 26-Dec-2007 at 11:12am<br /><br />The actual source of the error is coming from the SQL Server which has a limitation of 2098 parameters that it will accept in a SQL statement.&nbsp; I assume that this number may change from one database to another.&nbsp; There is also a hard coded limit of 8044 characters that the SQL Server will accept in a SQL statement.<DIV>&nbsp;</DIV><DIV>You will need to break up your long query into a sequence of smaller queries to handle these very large queries.</DIV>]]>
   </description>
   <pubDate>Wed, 26 Dec 2007 11:12:37 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=630&amp;PID=2290#2290</guid>
  </item> 
  <item>
   <title>Problem with a RDBQuery : You see, we were surprised, that...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=630&amp;PID=2284#2284</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=222" rel="nofollow">Makarov</a><br /><strong>Subject:</strong> 630<br /><strong>Posted:</strong> 24-Dec-2007 at 6:45am<br /><br />You see, we were surprised, that this restriction was not mentioned in the manual, and wasn't detected by object itself.<br />Are there any methods to reduce given RdbQuery to execution-safe fragments? <br />We are trying to implement one algorithm, but there are some problems, because constructor new RdbQuery(RdbQuery query) creates a copy, which fields refrence fields of initial object, not the copies.]]>
   </description>
   <pubDate>Mon, 24 Dec 2007 06:45:09 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=630&amp;PID=2284#2284</guid>
  </item> 
  <item>
   <title>Problem with a RDBQuery : I am not sure that I understand...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=630&amp;PID=2283#2283</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=21" rel="nofollow">IdeaBlade</a><br /><strong>Subject:</strong> 630<br /><strong>Posted:</strong> 21-Dec-2007 at 2:34pm<br /><br />I am not sure that I understand your complaint.&nbsp; Do you think that the number of arguments in the EntityQueryOp.In clause should be infinite?&nbsp; Even if the number of arguments in DevForce&nbsp;could be increased, I am sure that there must be some limits in the database.]]>
   </description>
   <pubDate>Fri, 21 Dec 2007 14:34:57 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=630&amp;PID=2283#2283</guid>
  </item> 
  <item>
   <title>Problem with a RDBQuery : Hi. I have following problem with...</title>
   <link>http://www.ideablade.com/forum/forum_posts.asp?TID=630&amp;PID=2273#2273</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.ideablade.com/forum/member_profile.asp?PF=222" rel="nofollow">Makarov</a><br /><strong>Subject:</strong> 630<br /><strong>Posted:</strong> 20-Dec-2007 at 8:21am<br /><br />Hi.<br />I have following problem with a RDBQuery.<br />When number of arguments for EntityQueryOp.In clause exeeds 2100, an error occurs:<br />"The incoming tabular data stream (TDS) remote procedure call (RPC) protocol stream is incorrect. Too many parameters were provided in this RPC request. The maximum is 2100"]]>
   </description>
   <pubDate>Thu, 20 Dec 2007 08:21:25 -700</pubDate>
   <guid isPermaLink="true">http://www.ideablade.com/forum/forum_posts.asp?TID=630&amp;PID=2273#2273</guid>
  </item> 
 </channel>
</rss>