How to make sure that Parameters have been updated in a Dataset Provider

Posted by Matt on Stack Overflow See other posts from Stack Overflow or by Matt
Published on 2010-03-18T16:28:17Z Indexed on 2010/03/18 16:31 UTC
Read the original article Hit count: 297

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about delphi-2010

Related posts about delphi