<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Thank you and I will:<br>
    read this:&nbsp;<a moz-do-not-send="true"
      href="http://www.drbob42.com/examines/examin64.htm"
      style="font-size: 10pt;">http://www.drbob42.com/examines/examin64.htm</a>&nbsp;and
    also search for "briefcase model ClientDataset" on google.<br>
    <br>
    Charlie<br>
    <br>
    On 2/11/2012 7:27 AM, Jackson Gomes wrote:
    <blockquote cite="mid:BLU160-W45676D8799B6C5A2A9D42BAD790@phx.gbl"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
      <div dir="ltr">
        <br>
        <br>
        <div>&gt; I'm using CodeGear 2007 with dBase tables.<br>
          &gt; On my order form which is actually on two tabsheets (one
          has fields <br>
          &gt; which are for the order table and the second tabsheet has
          fields which <br>
          &gt; are for the order detail table) I have several
          TDBLookupCombo controls. <br>
          &gt; For the lookup to occur the lookup table has to be 'not
          closed'.<br>
          &gt; The 'order' form is called from the program's main form.<br>
          &gt; My question is should I open these tables when the order
          form is created <br>
          &gt; or open these tables when either of the tabsheets are
          clicked on?<br>
          &gt; Secondly, when and how should these tables be closed?<br>
          <br>
        </div>
        <div>when you have data for lookups, you should keep these
          datasets active, as you probably will use these same data
          again. This will minimize network traffic, server load, etc...</div>
        <div><br>
        </div>
        <div>For these cases, the best solution is to use
          ClientDatasets, as you can load the data in the ClientDataset
          and disconnect from the database, keeping the data on the
          local memory.</div>
        <div><br>
        </div>
        <div>read this:&nbsp;<a moz-do-not-send="true"
            href="http://www.drbob42.com/examines/examin64.htm"
            style="font-size: 10pt;">http://www.drbob42.com/examines/examin64.htm</a>&nbsp;and
          also search for "briefcase model ClientDataset" on google.</div>
        <div><br>
        </div>
        <div>--</div>
        <div>Jackson</div>
      </div>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: <a class="moz-txt-link-abbreviated" href="mailto:delphi@listserver.123.net.nz">delphi@listserver.123.net.nz</a>
Admin: <a class="moz-txt-link-freetext" href="http://delphi.org.nz/mailman/listinfo/delphi">http://delphi.org.nz/mailman/listinfo/delphi</a>
Unsubscribe: send an email to <a class="moz-txt-link-abbreviated" href="mailto:delphi-request@listserver.123.net.nz">delphi-request@listserver.123.net.nz</a> with Subject: unsubscribe</pre>
    </blockquote>
  </body>
</html>