Re: TADOQuery.Parameters on PostgreSQL



Hubert Ritif wrote:

You are not assigning values to the parameters.
Thanks Bill. That's true, if I assign explicitly values to the parameter it works. I thought that it would be enough assigning a DataSource to qyModel where it could find the value of these parameters. With MySQL it was working and also in Postgresql as long as I do it at design time and don't change anything at run time.

Hubert Retif

Make sure the ParamCheck property is set to true. Also make sure the names of the parameters match the names of the fields in the parent dataset exactly.

--
Bill Todd (TeamB)
.