Thread: connect postgres database with tk interface

connect postgres database with tk interface

From
"rino.79"
Date:
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

From
Nicolas Boretos
Date:
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