Brent Rose 0 Posted June 19, 2022 Hi I have discovered that update sql executed via TFDConnection.ExecSQL against a TFDMemTable fails with "List index out of bounds (8)" when there is a calculated field in the dataset. In this case the first calculated field has index 8 (9th field) as referenced in the error message. If I remove the calculated field, the update executes without issue. I assume, then, that the update tries to do something with the calculated fields that it shouldn't... is there a way to avoid this? Thanks Share this post Link to post
Dmitry Arefiev 101 Posted June 20, 2022 Could you please report this on https://quality.embarcadero.com. Then I will investigate. Thanks and regards, Dmitry Share this post Link to post