<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.oehive.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>The OpenEdge Hive - dataset</title>
 <link>http://www.oehive.org/taxonomy/term/233/0</link>
 <description></description>
 <language>oehive</language>
<item>
 <title>ProDataSet mimimal case read example</title>
 <link>http://www.oehive.org/node/665</link>
 <description>&lt;p&gt;This is a minimal case example of using a ProDataset to marshal data from one TT to another TT. This code was written to demonstrate how a data-source, dataset, and a set of temp-tables are structurally assembled to read data from one table into another table.&lt;/p&gt;
&lt;pre&gt;
   /* Procedure Temp-Tables         */

DEFINE TEMP-TABLE tt-src   NO-UNDO
   FIELD i1    AS INTEGER

   INDEX i-i1     i1
   .

DEFINE TEMP-TABLE tt-tgt   NO-UNDO
   LIKE tt-src
   .

   /* Procedure Variables           */

DEFINE VARIABLE cur-cnt    AS INTEGER     NO-UNDO.&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/194&quot; class=&quot;og_links&quot;&gt;Hive group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/node/665&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/665#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/232">data-source</category>
 <category domain="http://www.oehive.org/taxonomy/term/233">dataset</category>
 <category domain="http://www.oehive.org/taxonomy/term/235">pds</category>
 <category domain="http://www.oehive.org/taxonomy/term/238">ProDataSets</category>
 <enclosure url="http://www.oehive.org/files/ds-read_0.p" length="1419" type="application/octet-stream" />
 <group domain="http://www.oehive.org/node/194">Hive group</group>
 <pubDate>Tue, 21 Nov 2006 20:19:08 +0000</pubDate>
 <dc:creator>timk519</dc:creator>
 <guid isPermaLink="false">665 at http://www.oehive.org</guid>
</item>
</channel>
</rss>
