<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1014331" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1014331</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/asp-using-same-variable-over-two-pages#comment-1082626</link>
    <description> &lt;p&gt;Thank you very much &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;_Nathan.&lt;/p&gt;
 </description>
     <pubDate>Sat, 19 May 2001 09:13:35 +0000</pubDate>
 <dc:creator>ShinNathan</dc:creator>
 <guid isPermaLink="false">comment 1082626 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/asp-using-same-variable-over-two-pages#comment-1082608</link>
    <description> &lt;p&gt;&quot;&lt;em&gt;In SQL, can you tell it to select say, the first 20 results instead of selecting all or selecting by criteria?&lt;/em&gt;&quot;&lt;/p&gt;
&lt;p&gt;Yes...  msSQL:&lt;br /&gt;
SELECT TOP 20 * FROM table_name WHERE ID&amp;gt;=40 ..blah blah blah&lt;/p&gt;
&lt;p&gt;mySQL:&lt;br /&gt;
SELECT * FROM table_name WHERE... blah blah .... LIMIT 40,20&lt;/p&gt;
&lt;p&gt;The mySQL query will return 20 records starting with record 40. The msSQL query will return 20 records starting with the record whose ID is 40.  There not the same, but close.&lt;/p&gt;
&lt;p&gt;pagenate... make into pages&lt;br /&gt;
Some links that may help:&lt;br /&gt;
&lt;a href=&quot;http://msdn.microsoft.com/library/partbook/asp20/apagedresultsetexample.htm&quot; class=&quot;bb-url&quot;&gt;http://msdn.microsoft.com/library/partbook/asp20/apagedresultsetexample.htm&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://msdn.microsoft.com/library/default.asp?URL=/library/wcedoc/adoce31/ado30ref_6.htm&quot; class=&quot;bb-url&quot;&gt;http://msdn.microsoft.com/library/default.asp?URL=/library/wcedoc/adoce31/ado30ref_6.htm&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://msdn.microsoft.com/library/psdk/indexsrv/ixuwebqy_1mxx.htm&quot; class=&quot;bb-url&quot;&gt;http://msdn.microsoft.com/library/psdk/indexsrv/ixuwebqy_1mxx.htm&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 18 May 2001 18:22:18 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1082608 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/asp-using-same-variable-over-two-pages#comment-1082603</link>
    <description> &lt;p&gt;Another quick question while I am here.&lt;/p&gt;
&lt;p&gt;In SQL, can you tell it to select say, the first 20 results instead of selecting all or selecting by criteria?&lt;/p&gt;
&lt;p&gt;For example I could say:&lt;/p&gt;
&lt;p&gt;SELECT 20 FORM thisTable WHERE this =&#039;that&#039;&lt;/p&gt;
&lt;p&gt;Thanks &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 18 May 2001 08:52:51 +0000</pubDate>
 <dc:creator>ShinNathan</dc:creator>
 <guid isPermaLink="false">comment 1082603 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/asp-using-same-variable-over-two-pages#comment-1082602</link>
    <description> &lt;p&gt;It is a recordset...  What is pagenate?&lt;/p&gt;
 </description>
     <pubDate>Fri, 18 May 2001 08:40:42 +0000</pubDate>
 <dc:creator>ShinNathan</dc:creator>
 <guid isPermaLink="false">comment 1082602 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/asp-using-same-variable-over-two-pages#comment-1082600</link>
    <description> &lt;p&gt;Where is your data comnig from? a database?  If so, we can use the recordset object to pagenate the results for you.&lt;/p&gt;
 </description>
     <pubDate>Fri, 18 May 2001 08:30:32 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1082600 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
