<div>I added the db_close and this worked.  The records now show up.  This brings up a question....</div>
<div> </div>
<div>Should I ...</div>
<div> </div>
<div>1) do a db_open when I open my application and a db_close when I end my application?</div>
<div> </div>
<div>-or-</div>
<div> </div>
<div>2) do a db_open when I update my database and a db_close when I finish updating?</div>
<div> </div>
<div> </div>
<div>The reason I am asking the above question is if you have to do a db_close for the updates to completed.  I am worried that if I do a db_close when the application completes, I could lose data if the application closes unexpectedly.</div>

<div> </div>
<div>Same with the db_flush...when should this be done?</div>
<div> </div>
<div>Thanks for your help!  This really started my day on a good note seeing it working!</div>
<div> </div>
<div>Warren</div>
<div><br><br> </div>
<div class="gmail_quote">On Wed, Sep 22, 2010 at 5:36 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">
<div class="im">On 9/22/10 10:29 AM, "Ivan Smahin" <<a href="mailto:ivan_smahin@paradigmasoft.com">ivan_smahin@paradigmasoft.com</a>> wrote:<br><br>> Db.Close must be done at the end.<br>> Please send me complete log<br>
<br></div>And it is good idea  to use db_Flush()<br>AFTER changes of db.<br><br><br>----<br>Also make sure, that you NOT open db from RV app,<br>While this db file is opened by Vstudio! .<br><br>Actually you must be not allowed do this,<br>
But just in case I do accent here.<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>
<div>
<div></div>
<div class="h5"><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>
</div></div></blockquote></div><br>