[View Borland Home Page][View Product List][Search This Web Site][View Available Downloads][Join Borland Online][Enter Discussion Area][Send Email To Webmaster]

BDE API Examples (DbiSaveChanges)

Forces all updated records associated with hCursor to disk.

Save all changes to a TTable object whenever a post is made to the table

procedure TForm1.Table1AfterPost(DataSet: TDataSet);
begin
  Check(DbiSaveChanges(Table1.Handle));
end;

Back to BDE API Reference Page


DISCLAIMER: You have the right to use this technical information subject to the terms of the No-Nonsense License Statement that you received with the Borland product to which this information pertains.
Trademarks & Copyright © 1998 Borland International, Inc.