Обсуждение: connect postgres database with tk interface

Поиск
Список
Период
Сортировка

connect postgres database with tk interface

От
"rino.79"
Дата:
Hi, I'm Rino.
My question is:
How I can connect postgres database whit tcl/tk interface?
Thanks !

Re: connect postgres database with tk interface

От
Nicolas Boretos
Дата:
rino.79 wrote:

> Hi, I'm Rino.
> My question is:
> How I can connect postgres database whit tcl/tk interface?
> Thanks !

Hi,

You need libpgtcl to connect natively, or tclodbc and an odbc driver for
pgsql.
Just google for libpgtcl

regards,

nicolas boretos