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
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