Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Why won't ApplyUpdates work?

Status
Not open for further replies.

delphiman

Programmer
Dec 13, 2001
422
ZA

I am using Delphi 6 Enterprise and Interbase 6 in a 3-Tier environment.

The following works and in a grid the record actually disappears. But if I move off it (i.e. Post) and return the record is still there.

It would seem that the record is being deleted at the Client but the Application Server is not deleting it at the DataBase.

procedure IBDataSetGGChildAfterDelete(DataSet: TDataSet);
begin
IBDataSetGGChild.ApplyUpdates;
end;

Can anyone please throw some light on this?

Thanks in advance.

Terry
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top