Re: Postgresql to Delphi

Поиск
Список
Период
Сортировка
От Bob Pawley
Тема Re: Postgresql to Delphi
Дата
Msg-id 00ef01c76b34$cd7e8200$8e904618@owner
обсуждение исходный текст
Ответ на Postgresql to Delphi  (Bob Pawley <rjpawley@shaw.ca>)
Ответы Re: Postgresql to Delphi  ("Andrej Ricnik-Bay" <andrej.groups@gmail.com>)
Список pgsql-general
Each time the user wants a new device displayed he needs to click on the
TImage. This is time consuming and prone to error.

I have a list of devices in a PostgreSQL table. I want that table list to
trigger the Delphi app instead of the user.

I'm just learning Delphi. It seems that the error indicates an
incompatibility between the table's TStringField class and the TImage class.
Perhaps if I could solve that challenge I may be able to figure out the
rest.

Bob




----- Original Message -----
From: "Andrej Ricnik-Bay" <andrej.groups@gmail.com>
To: "Bob Pawley" <rjpawley@shaw.ca>; "PostgreSQL"
<pgsql-general@postgresql.org>
Sent: Tuesday, March 20, 2007 1:13 PM
Subject: Re: [GENERAL] Postgresql to Delphi


> On 3/21/07, Bob Pawley <rjpawley@shaw.ca> wrote:
>> Hi
>>
>> I have posed this question to the Delphi list but they don't appear to be
>> able to help.
>>
>> I am attempting to have the information in a PostgreSQL database table
>> trigger a function in Delphi.
> I believe that you'd need to have an untrusted language binding
> to be able to call code that's not within postgres, and as far as I
> know (I know very little about supported languages, though) there's
> no Pascal/Delphi language support.
>
>
>> At present the delphi application is triggered by a mouseup on a TImage
>> file, residing in a notebook,  through an alias
>> (DeviceNotebookMouseUpAlias). I want to have the Postgres use this alias
>> to
>> trigger the function.
>>
>> Could someone point me to any literature that would help me with this
>> project?
> What are you trying to achieve?
>
>
>> Bob Pawley
> Cheers,
> Andrej
>
> --
> Please don't top post, and don't use HTML e-Mail :}  Make your quotes
> concise.
>
> http://www.american.edu/econ/notes/htmlmail.htm
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>


В списке pgsql-general по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Postgresql to Delphi
Следующее
От: Tony Caduto
Дата:
Сообщение: Re: Postgresql to Delphi