<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Matrix display' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Matrix display' posted on the 'Active Server Pages' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Wed, 19 Jun 2013 23:38:22 -0700</pubDate>
    <lastBuildDate>Wed, 19 Jun 2013 23:38:22 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Matrix display</title>
      <link>http://www.programmersheaven.com/mb/aspfaq/421228/421228/matrix-display/</link>
      <description>Hi,&lt;br /&gt;
I have a tabel in access db fx(bank,currency,operation(buy or sell).&lt;br /&gt;
I created 4 recordsets that pick data as follows:&lt;br /&gt;
recordset1 (Bank, EUR, Buy)&lt;br /&gt;
recordset2 (Bank, EUR, Sell)&lt;br /&gt;
recordset3 (Bank, USD, Buy)&lt;br /&gt;
recordset4 (Bank,USD,Sell).&lt;br /&gt;
&lt;br /&gt;
Now I want the data to be dispalyed using classic ASP on a page as follows:&lt;br /&gt;
&lt;br /&gt;
Bank EUR-Buy EUR-Sell USD-Buy USD-Sell&lt;br /&gt;
recordset1 recordset1 recordset2 recordset3 recordset4&lt;br /&gt;
&lt;br /&gt;
More specific:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Code:&lt;br /&gt;
in the original table in database:&lt;br /&gt;
&lt;br /&gt;
Code:&lt;br /&gt;
ID   Bank    Transaction type    Currency   Value&lt;br /&gt;
1    X         Buy                      EUR          1&lt;br /&gt;
2    X         Sell                      EUR          2&lt;br /&gt;
3    X          Buy                     USD          3&lt;br /&gt;
4    X          Sell                     USD          4&lt;br /&gt;
Data in the ASP should be displayed as follows:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Code:&lt;br /&gt;
Bank        EUR - Buy   EUR - Sell   USD-Buy   USD-Sell&lt;br /&gt;
X                      1               2              3              4&lt;br /&gt;
Thank you in advance. &lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/aspfaq/421228/421228/matrix-display/</guid>
      <pubDate>Mon, 24 Jan 2011 05:54:16 -0700</pubDate>
      <category>Active Server Pages</category>
    </item>
  </channel>
</rss>