insert interface

Поиск
Список
Период
Сортировка
От Andrew O'Callaghan
Тема insert interface
Дата
Msg-id 37d4be55.4679.0@chariot.net.au
обсуждение исходный текст
Список pgsql-interfaces
Hi!
I am new to postgresql, and am trying to create an interface to the database
so that I can insert records into a table from, say, a Tcl/Tk GUI. I am having
trouble finding any examples where this has been done. Most interface examples
are for extracting data from the database, ie. queries, but not for inserting
it into the database.

I found some docco about the copy command for bulk transactions, as well as
the large-object interface using pgtcl, but am not sure if this is the right
mechanism, since the amount of data I will be inserting is not great, or in
bulk.

Any help would be appreciated, or a pointer in the right direction of some more
docco.

regards,
Andrew O'Callaghan


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

Предыдущее
От: Fabrizio Giammatteo
Дата:
Сообщение: Delphi Error
Следующее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: [INTERFACES] Win32 interface