<p dir="ltr">Nope.  Is that required?</p>
<p dir="ltr">How does that factor in to accessing the data through bound controls?</p>
<p dir="ltr">Thanks.</p>
<p dir="ltr">Nathan T. Wild</p>
<div class="gmail_quote">On Mar 13, 2014 9:57 AM, "LacaK" <<a href="mailto:lacak@zoznam.sk">lacak@zoznam.sk</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Nathan Wild  wrote / napísal(a):<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I have been transitioning my work over from Delphi to Lazarus.  For the most part it has been smooth and satisfying experience.  I'm loving Lazarus and FPC and being unburdened by closed source proprietary stuff in general.<br>

<br>
The majority of the work I do requires connections to a Pervasive database (from Btrieve v6 all the way up to the most current).  I should be able to do this via ODBC.  I have no problem reading data, executing queries, etc. but as soon I try and act on a TSQLQuery using methods like .Delete(), .Append(), etc. everything appears to work fine, but as soon as the dataset refreshes my changes disappear.  I can write to the same tables using INSERT, DELETE and UPDATE queries without issue.<br>

</blockquote>
Do you use TSQLQuery.ApplyUpdates followed by TSQLTransaction.Commit or CommitRetaining ?<br>
-lacak.<br>
<br>
______________________________<u></u>_________________<br>
fpc-devel maillist  -  <a href="mailto:fpc-devel@lists.freepascal.org" target="_blank">fpc-devel@lists.freepascal.org</a><br>
<a href="http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel" target="_blank">http://lists.freepascal.org/<u></u>cgi-bin/mailman/listinfo/fpc-<u></u>devel</a><br>
</blockquote></div>