<div>Ivan/Ruslan,</div>
<div> </div>
<div>I was looking at this page which is why I never picked up on the vcursor_decontructor...</div>
<div> </div>
<div><a href="http://www.valentina-db.com/dokuwiki/doku.php?id=valentina:products:adk:api:vcursor_class:vcursor_class">http://www.valentina-db.com/dokuwiki/doku.php?id=valentina:products:adk:api:vcursor_class:vcursor_class</a></div>

<div> </div>
<div>Something that might want to be added?</div>
<div> </div>
<div>Have a great day!</div>
<div>Warren<br><br></div>
<div class="gmail_quote">On Tue, Mar 29, 2011 at 7:02 AM, Warren Kuhl <span dir="ltr">&lt;<a href="mailto:warrenkuhl@gmail.com">warrenkuhl@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div>Ruslan/Ivan,</div>
<div> </div>
<div>Thanks for your help!  I will give the command a try.  I do apologize as I must of overlooked the VCursor_Destructor command.</div>
<div> </div><font color="#888888">
<div>Warren<br><br></div></font>
<div>
<div></div>
<div class="h5">
<div class="gmail_quote">On Tue, Mar 29, 2011 at 1:37 AM, Ruslan Zasukhin <span dir="ltr">&lt;<a href="mailto:ruslan_zasukhin@valentina-db.com" target="_blank">ruslan_zasukhin@valentina-db.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">On 3/28/11 8:19 AM, &quot;Warren Kuhl&quot; &lt;<a href="mailto:warrenkuhl@gmail.com" target="_blank">warrenkuhl@gmail.com</a>&gt; wrote:<br>
<br>Hi Warren,<br>
<div>
<div></div>
<div><br>&gt; Is there anything I have to do to a empty my memory when doing select<br>&gt; statements with Valentina?  It seems like each of my select statements are<br>&gt; increasing the storage in my memory when I run my application.   Eventually<br>
&gt; the software bogs down my pc.  When I comment out the select statements,<br>&gt; this doesn&#39;t happen.  I was under the impression that as long as I empty my<br>&gt; cursor when I don&#39;t need it anymore, this should take care of the problem.<br>
&gt;<br>&gt; Here is my code in Runtime Revolution....<br>&gt;<br>&gt; put VDataBase_SqlSelect(mDatabase,&quot;SELECT term1 FROM MyTable where Keyword1<br>&gt; = &#39;&quot; &amp; tphrase &amp; &quot;&#39;&quot;) into curs<br>
&gt; put  VCursor_FieldValue( curs, 1 ) into tTerms<br><br><br>&gt; put empty into curs<br></div></div>^^^^^^^^^^^^^^^^^<br>   I think this is wrong line.<br><br><br><br>Curs  is CursorRef.<br><br>In V4REV architecture, you create objects using V4REV funcs,<br>
And you must destroy them using V4REV funcs.<br><br>You should call something as<br><br>   VCursor_Destructor( curs )<br><br><br><br>--<br>Best regards,<br><br>Ruslan Zasukhin<br>VP Engineering and New Technology<br>Paradigma Software, Inc<br>
<br>Valentina - Joining Worlds of Information<br><a href="http://www.paradigmasoft.com/" target="_blank">http://www.paradigmasoft.com</a><br><br>[I feel the need: the need for speed]<br><br><br>_______________________________________________<br>
Valentina mailing list<br><a href="mailto:Valentina@lists.macserve.net" target="_blank">Valentina@lists.macserve.net</a><br><a href="http://lists.macserve.net/mailman/listinfo/valentina" target="_blank">http://lists.macserve.net/mailman/listinfo/valentina</a><br>
</blockquote></div><br></div></div></blockquote></div><br>