<?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 - ProDataSets</title>
 <link>http://www.oehive.org/taxonomy/term/238/0</link>
 <description>Documentation and examples on how to use ProDataSets</description>
 <language>oehive</language>
<item>
 <title>TIPS FOR A PRO DATASET DEVELOPER</title>
 <link>http://www.oehive.org/node/1281</link>
 <description>&lt;p&gt;There have been a number of major milestones in Progress releases.  The first that comes to mind in more recent times was the introduction of the appserver.  Since then there have been other significant introductions such as super procedures, processing handles, and object orientated code.  Another recent significant feature, which is the text of this paper, is the prodataset.&lt;/p&gt;
&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/667&quot; class=&quot;og_links&quot;&gt;ABL(4GL) General Programming 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/1281&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/1281#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/238">ProDataSets</category>
 <enclosure url="http://www.oehive.org/files/TIPS FOR A PRO DATASET DEVELOPER.pdf" length="425611" type="application/pdf" />
 <group domain="http://www.oehive.org/OERAGroup">OERA Group</group>
 <group domain="http://www.oehive.org/node/667">ABL(4GL) General Programming Group</group>
 <pubDate>Fri, 15 Aug 2008 10:15:37 +0000</pubDate>
 <dc:creator>miles</dc:creator>
 <guid isPermaLink="false">1281 at http://www.oehive.org</guid>
</item>
<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>
<item>
 <title>Documenting how to use ProDataSets</title>
 <link>http://www.oehive.org/ProDataSet</link>
 <description>&lt;p&gt;This page was created with the idea that it would be the beginning entry in a series of contributions by multiple authors, eventually turning into general documentation on ProDataSets.  After one early contribution by Tim not much got added until Miles came along with his large contribution which covers a lot of ground.  While that was a big help, I am sure there can always be more, so I have left this page as a pointer for those who might consider making contributions.  What I would like in particular I am describing below:&lt;/p&gt;
&lt;p&gt;I would like two documentation hierarchies.&lt;/p&gt;
&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;/devtools&quot; class=&quot;og_links&quot;&gt;Development Tools Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/ProDataSet&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/ProDataSet#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/238">ProDataSets</category>
 <group domain="http://www.oehive.org/OERAGroup">OERA Group</group>
 <group domain="http://www.oehive.org/devtools">Development Tools Group</group>
 <pubDate>Tue, 21 Nov 2006 19:24:29 +0000</pubDate>
 <dc:creator>tamhas</dc:creator>
 <guid isPermaLink="false">663 at http://www.oehive.org</guid>
</item>
</channel>
</rss>
