<?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="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Select Top 20 Topics Command</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Select Top 20 Topics Command]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 09 Apr 2026 12:37:50 +0000</pubDate>
  <lastBuildDate>Fri, 07 Jul 2006 21:43:32 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=20490</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Select Top 20 Topics Command : Thanks for a quick response that...]]></title>
   <link>https://forums.webwiz.net/select-top-20-topics-command_topic20490_post110350.html#110350</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=11992">lodogg</a><br /><strong>Subject:</strong> 20490<br /><strong>Posted:</strong> 07&nbsp;July&nbsp;2006 at 9:43pm<br /><br />Thanks for a quick response that worked great!!<img src="https://forums.webwiz.net/smileys/smiley20.gif" border="0" align="absmiddle">]]>
   </description>
   <pubDate>Fri, 07 Jul 2006 21:43:32 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/select-top-20-topics-command_topic20490_post110350.html#110350</guid>
  </item> 
  <item>
   <title><![CDATA[Select Top 20 Topics Command : Last_entry_date isn&amp;#039;t used...]]></title>
   <link>https://forums.webwiz.net/select-top-20-topics-command_topic20490_post110083.html#110083</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=14025">aks427</a><br /><strong>Subject:</strong> 20490<br /><strong>Posted:</strong> 04&nbsp;July&nbsp;2006 at 5:04am<br /><br />Last_entry_date isn't used in v8...&nbsp;now it uses Last_Thread_ID.&nbsp; I think if your sorted by that instead it would work.]]>
   </description>
   <pubDate>Tue, 04 Jul 2006 05:04:31 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/select-top-20-topics-command_topic20490_post110083.html#110083</guid>
  </item> 
  <item>
   <title><![CDATA[Select Top 20 Topics Command :     So the script is working...]]></title>
   <link>https://forums.webwiz.net/select-top-20-topics-command_topic20490_post110066.html#110066</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=11992">lodogg</a><br /><strong>Subject:</strong> 20490<br /><strong>Posted:</strong> 03&nbsp;July&nbsp;2006 at 7:19pm<br /><br /><p ="Ms&#111;normal">So the script is working where it pulls the newest Top 20 Topics but it does not put the most active topic at the top of the listing?<br><o:p>&nbsp;</o:p></p><p ="Ms&#111;normal">Any help would be much appreciated.</p><p ="Ms&#111;normal">Thanks,</p><p ="Ms&#111;normal">-lo</p>]]>
   </description>
   <pubDate>Mon, 03 Jul 2006 19:19:25 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/select-top-20-topics-command_topic20490_post110066.html#110066</guid>
  </item> 
  <item>
   <title><![CDATA[Select Top 20 Topics Command :     Please see my piece of...]]></title>
   <link>https://forums.webwiz.net/select-top-20-topics-command_topic20490_post109886.html#109886</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=11992">lodogg</a><br /><strong>Subject:</strong> 20490<br /><strong>Posted:</strong> 29&nbsp;June&nbsp;2006 at 9:29pm<br /><br /><p>Please see my piece of code below that I use to pull my top20 posts.&nbsp; After the upgrade to 8.03 my top 20 posts are not lining upwith the most recent one's listed at the very top?&nbsp; It is set to list them in a Descendingfashion but I'm by no means an ASP programmer but for the most part it doeslook correct any help would be much appreciated!!<br></p><font color="#ff0000">strSQL = "SELECT TOP 20 topic_ID,subject from tblTopic WHERE Forum_ID NOT IN(20) ORDER BY Last_entry_date DESC"<br><br>rsLastestPosts.Open strSQL, strCon<br><br>Do until rsLastestPosts.eof or rsLastestPosts.bof<br>strRecentPosts = strRecentPosts + ("&lt;a href=""http://www.lodogg.com/forum/forum_posts.asp?TID=" &amp; rsLastestPosts("topic_ID") &amp; "&amp;PN=1&amp;TPN=1""&gt;" &amp; rsLastestPosts("subject") &amp; "&lt;/a&gt;&lt;BR&gt;")<br>rsLastestPosts.movenext<br>loop<br><br><font color="#000000">Thanks,<br>-lo</font><br></font><span style="font-size:10px"><br /><br />Edited by lodogg - 29&nbsp;June&nbsp;2006 at 9:53pm</span>]]>
   </description>
   <pubDate>Thu, 29 Jun 2006 21:29:29 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/select-top-20-topics-command_topic20490_post109886.html#109886</guid>
  </item> 
 </channel>
</rss>