Re: Update a Value From TEdit

From: Raymond O'Donnell <rod(at)iol(dot)ie>
To: 'PostgreSQL' <pgsql-general(at)postgresql(dot)org>
Cc: Bob Pawley <rjpawley(at)shaw(dot)ca>
Subject: Re: Update a Value From TEdit
Date: 2007-04-13 18:33:25
Message-ID: 461FCCF5.2090702@iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)iol(dot)ie
---------------------------------------------------------------

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Arthur Hoogervorst 2007-04-13 18:46:29 Re: Update a Value From TEdit
Previous Message Raymond O'Donnell 2007-04-13 18:25:55 Re: Update a Value From TEdit