Hi!
I use TMsQuery, are set SQL, SQLUpdate and SQLRefresh if to do so:
MSQuery1.Edit;
MSQuery1['test'] := 'test';
MSQuery1.Post;
MSQuery1.ApplyUpdates;
MSQuery1.RefreshRecord;
that all is normal, but if
MSQuery1.RefreshOptions := [roAfterUpdate];
MSQuery1.Edit;
MSQuery1['test'] := 'test';
MSQuery1.Post;
MSQuery1.ApplyUpdates;
That is raised a error " Could not convert variant of type null into type int64 " the project empty, i.e. contains only the resulted code, it is a mistake of library or mine? sdac 3.70.1.26