Subject | Re: [IBO] Problem with TIBOQuery |
---|---|
Author | Hans |
Post date | 2005-02-03T00:18:34Z |
You are correct, I mistyped JOIN , it should be UNION for different tables
--------------------------
Posts all changes that have been written to the record buffer.
procedure FlushBuffers;
Description
Call FlushBuffers to cause the dataset to post all pending changes to the
database, .including ...any cached updates. Use FlushBuffers instead of
...CheckBrowseMode if it is important that cached record buffers are posted.
------------------
So I put a procedure together that hopefully does about the same :)
> btw:According to Delphi Docs
> >> What did FlushBuffers do with an IB (or Fb) database?
>
--------------------------
Posts all changes that have been written to the record buffer.
procedure FlushBuffers;
Description
Call FlushBuffers to cause the dataset to post all pending changes to the
database, .including ...any cached updates. Use FlushBuffers instead of
...CheckBrowseMode if it is important that cached record buffers are posted.
------------------
So I put a procedure together that hopefully does about the same :)