How to make sure that Parameters have been updated in a Dataset Provider
- by Matt
In a Delphi app we have assigned a dataset provider with a TADOQuery, passing parameters to the Query. When the TADOQuery is refreshed with new parameter values these are not being passed to the Dataset Provider.
This seemed to work ok in Delphi 5, but we are migrating our application to Delphi 2010 and it seems to have broken this link.
Is there a way of refreshing the parameters against the dataset provider with the new values?