"Fly Away Records" and BetterADODataSet
Sometimes when appending a record to a BetterADODataSet it simply disappears
out of the resultset even though it has been posted successfully (i.e. the
record exists in the database table but not in the grid which was used to
insert the record).
It appears as if this problem is not unique as the BetterADODataSet has a
procedure "CheckForFlyAway" where it appears to check for something like
this.
(I am using a SQL2000 database. The BetterADODataSet giving the problem
queries a table that has a trigger that modified some fields in the record
that has been posted).
Does anybody know what causes records to disappear like this? Help would be
much appreciated. Thanks in advance.
Egmont