Re: Update a Value From TEdit

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: Update a Value From TEdit
Дата
Msg-id 461FCCF5.2090702@iol.ie
обсуждение исходный текст
Ответ на Re: Update a Value From TEdit  (Raymond O'Donnell <rod@iol.ie>)
Список 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 по дате отправления:

Предыдущее
От: Raymond O'Donnell
Дата:
Сообщение: Re: Update a Value From TEdit
Следующее
От: "Arthur Hoogervorst"
Дата:
Сообщение: Re: Update a Value From TEdit