Re: TADOQuery.Parameters on PostgreSQL



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


.



Relevant Pages

  • Databinding to a Custom Controls Textbox
    ... I have a custom control that comprises of a label and a textbox. ... I have added the Design Time Properties for the designer to select the DataSource and DataMember, those seem to work fine at Design Time. ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: How to Bind List<> to GridView with Custom Objects
    ... You can just set the DataSource to be a Listand DataBind. ... won't get any help with setting up the columns at design time if you do it ... control (by setting the DataSource property to the list and calling the ...
    (microsoft.public.dotnet.framework.aspnet)
  • Error in Form Constructor
    ... Form 'B' inherits from Form 'A'. ... Form B has a TextBox component on it. ... We've also tried assigning ... s properties have anything assigned to them at design time, ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Error assigning to a control in form constructor
    ... Form 'B' inherits from Form 'A'. ... Form B has a TextBox component on it. ... We've also tried assigning ... s properties have anything assigned to them at design time, ...
    (microsoft.public.dotnet.framework.windowsforms.controls)
  • missing component values in object inspector
    ... DataModule.pas with a query qryEmployees, a DataSource ... whose DataSet property is set to qryEmployees at design time. ... included DataModule unit in the form's implementation section ... its DataSet property. ...
    (alt.comp.lang.borland-delphi)