connect postgres database with tk interface

Started by rino.79almost 23 years ago2 messagesgeneral
Jump to latest
#1rino.79
rino.79@inwind.it

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

#2Nicolas Boretos
nicolasb@maich.gr
In reply to: rino.79 (#1)
Re: connect postgres database with tk interface

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