<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1037109" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1037109</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/asp-reading-database#comment-1213124</link>
    <description> &lt;p&gt;The answer would probably be something like this, the problem is I don&#039;t know what you&#039;re linking to, or what field needs to be passed to the new page.&lt;/p&gt;
&lt;p&gt;Is the rent column set as type &#039;hyperlink&#039;? I expect &#039;hyperlink&#039; is just a text field.&lt;/p&gt;
&lt;p&gt;What you want will look something like this:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;Response.write &amp;quot;&amp;lt;td height=118 &amp;gt;&amp;lt;a href=&amp;quot; &amp;amp; chr(34) &amp;amp; &amp;quot;thepage.asp?id=&amp;quot; &amp;amp; objRS(&amp;quot;Id&amp;quot;) &amp;amp; chr(34) &amp;amp; &amp;quot;&amp;gt;&amp;quot; &amp;amp; objRS(&amp;quot;Rent&amp;quot;) &amp;amp; &amp;quot;&amp;lt;/a&amp;gt;&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;quot;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Sun, 07 Jan 2007 10:20:45 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1213124 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/asp-reading-database#comment-1213114</link>
    <description> &lt;p&gt;&lt;del&gt;this is my coding below&lt;/del&gt;&lt;/p&gt;
&lt;p&gt;Response.Write   &quot;&quot; &amp;amp; objRS(&quot;Make/Model&quot;) &amp;amp; &quot;&quot;&lt;/p&gt;
&lt;p&gt;Response.Write  &quot;&quot; &amp;amp; objRS(&quot;Description&quot;)&amp;amp; &quot;&quot;&lt;/p&gt;
&lt;p&gt;strPicture = objRS(&quot;Image&quot;)&lt;br /&gt;
Response.Write &quot;&quot; &amp;amp; &quot;&lt;IMG src=&quot; &amp;amp; strPicture &amp;amp; &quot; /&gt;&quot; &amp;amp; &quot;&quot;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Response.write  &quot;&quot; &amp;amp; objRS (&quot;Rent&quot;) &amp;amp; &quot;&quot;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Response.Write &quot;&lt;strong&gt;Price:&lt;/strong&gt;&quot; &amp;amp; objRS(&quot;Price&quot;) &amp;amp;&quot;&quot;&amp;amp;&quot;&quot;&lt;/p&gt;
&lt;p&gt;Response.Write &quot;&lt;strong&gt;Deposit:&lt;/strong&gt;&quot; &amp;amp; objRS (&quot;Deposit&quot;) &amp;amp; &quot;&quot;&lt;br /&gt;
objRS.MoveNext&lt;br /&gt;
loop&lt;/p&gt;
&lt;p&gt;the column in bold is the one i wud like to make a link, but i have done this using the &lt;A href=&quot;thepage.asp&quot;&gt;&lt;/a&gt; but it will not let me create a individual link for each column that i read from the database.&lt;/p&gt;
&lt;p&gt;THANKS&lt;/p&gt;
 </description>
     <pubDate>Sat, 06 Jan 2007 18:10:55 +0000</pubDate>
 <dc:creator>INEEDHELP</dc:creator>
 <guid isPermaLink="false">comment 1213114 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/asp-reading-database#comment-1213102</link>
    <description> &lt;p&gt;Well I don&#039;t know what special &#039;stuff&#039; making the column type &#039;hyperlink&#039; does, not much I&#039;d imagine. &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;br /&gt;
It&#039;s still just a string really, and to make it a link in your code you need to put it in an &#039;a&#039; tag.&lt;/p&gt;
&lt;p&gt;Could we see what code you&#039;ve got so far? Then we can make it work. &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>Sat, 06 Jan 2007 07:42:11 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1213102 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
