<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>
<div>Warren<br><br></div>
<div class="gmail_quote">On Tue, Mar 29, 2011 at 1:37 AM, Ruslan Zasukhin <span dir="ltr"><<a href="mailto:ruslan_zasukhin@valentina-db.com">ruslan_zasukhin@valentina-db.com</a>></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, "Warren Kuhl" <<a href="mailto:warrenkuhl@gmail.com">warrenkuhl@gmail.com</a>> wrote:<br>
<br>Hi Warren,<br>
<div>
<div></div>
<div class="h5"><br>> Is there anything I have to do to a empty my memory when doing select<br>> statements with Valentina? It seems like each of my select statements are<br>> increasing the storage in my memory when I run my application. Eventually<br>
> the software bogs down my pc. When I comment out the select statements,<br>> this doesn't happen. I was under the impression that as long as I empty my<br>> cursor when I don't need it anymore, this should take care of the problem.<br>
><br>> Here is my code in Runtime Revolution....<br>><br>> put VDataBase_SqlSelect(mDatabase,"SELECT term1 FROM MyTable where Keyword1<br>> = '" & tphrase & "'") into curs<br>
> put VCursor_FieldValue( curs, 1 ) into tTerms<br><br><br>> 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">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>