<div>Ivan,</div>
<div> </div>
<div>Thanks...this really clears things up.  You have been most helpful.</div>
<div> </div>
<div>All the best!</div>
<div>Warren<br><br></div>
<div class="gmail_quote">On Wed, Sep 22, 2010 at 7:01 AM, Ivan Smahin <span dir="ltr"><<a href="mailto:ivan_smahin@paradigmasoft.com">ivan_smahin@paradigmasoft.com</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">Hello Warren,<br>
<div class="im"><br>Wednesday, September 22, 2010, 2:36:43 PM, you wrote:<br><br>> I added the db_close and this worked.  The records now show up.  This brings up a question....<br>><br>> Should I ...<br>><br>
> 1) do a db_open when I open my application and a db_close when I end my application?<br>><br>> -or-<br>><br>> 2) do a db_open when I update my database and a db_close when I finish updating?<br>><br>><br>
<br></div>You  should open db in order to use it. Without it you will get<br>errors like "Db is not opened"<br><br>You should close db in order to close db files.<br>BTW,  closing db cause db-files flushes. Without it you may loose your<br>
changes (unpredictable part of your changes).<br><br>db_flush  is  flushing  all  changes  to the disk. After this all your<br>changes are fixed on disk.<br>
<div class="im"><br>> The reason I am asking the above question is if you have to do a<br>> db_close for the updates to completed.  I am worried that if I do a<br>> db_close when the application completes, I could lose data if the application closes unexpectedly.<br>
><br>> Same with the db_flush...when should this be done?<br>><br><br></div>db_close  just  causes  db_flush.  Normally you should not call db_flush<br>after each update but you may do it on some basis in order to get some<br>
protection from crashes.<br>On  the other hand crash is the thing which should be cured. You would<br>not live with it anyway.<br><br><br>Also  pay attention to Valentina errors and how you may handle them (see<br>examples and wiki)<br>

<div class="im"><br><br>--<br>Best regards,<br>Ivan Smahin<br>Senior Software Engineer<br>Paradigma Software, Inc<br>Valentina - The Ultra-Fast Database<br><a href="http://www.valentina-db.com/" target="_blank">http://www.valentina-db.com</a><br>
<br>_______________________________________________<br></div>
<div>
<div></div>
<div class="h5">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>