Page 1 of 1

assertion failed in SDAC

Posted: Wed 12 Sep 2007 12:32
by Ludek
Hi folks, just for your information, it is no critical bug for me: :)

I'm getting an assertion if I do following operation with a TMSQuery in CachedUpdates mode (with newest SDAC 4.10.0.10, also in many older ones):

Code: Select all

var
 d: TMSQuery;
begin
....
  d.Open;
  d.Edit;
  d.FieldByName('....').AsFloat := ....;
  d.UpdateRecordTypes := [rtInserted];
  d.First; // here comes the assertion exception

I can simply get rid of it calling

d.Post

before the

d.UpdateRecordTypes := ...

statement, but I think, such exception should never appear.

Posted: Fri 14 Sep 2007 09:42
by Antaeus
Thank you for information. We have reproduced the problem. The investigation of the problem is in progress. As soon as we solve it, we will let you know.

Posted: Wed 19 Sep 2007 07:31
by Antaeus
We have fixed this problem. This fix will be included in the next SDAC build.