Re: Update a Value From TEdit - Mailing list pgsql-general

From Raymond O'Donnell
Subject Re: Update a Value From TEdit
Date
Msg-id 461FCCF5.2090702@iol.ie
Whole thread Raw
In response to Re: Update a Value From TEdit  (Raymond O'Donnell <rod@iol.ie>)
List pgsql-general
On 13/04/2007 19:25, Raymond O'Donnell wrote:

>> PSQLQuery1.SQL.Add ('Where P_ID.Loops.Loop_Name = :Loop_Name');
>> PSQLQuery1.ParamByName('LoopNumberEdit').Value := Edit1.Text;

I meant to say also that the parameter name you're passing to the
ParamByName() function isn't the same as the one you've specified in the
query.

Ray.

---------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod@iol.ie
---------------------------------------------------------------

pgsql-general by date:

Previous
From: Raymond O'Donnell
Date:
Subject: Re: Update a Value From TEdit
Next
From: "Arthur Hoogervorst"
Date:
Subject: Re: Update a Value From TEdit