Hi Matteo
Help form pgtcl.html PostgreSQL 7.1 Programmer's Guide
This is an example :
load libpgtcl.so
namespace eval ::db {
if {![info exists conninfo]} {
array set conninfo {
dbnametemplate1
host localhost
port 5432
user
> I'm newby vtcl and I want to now if I can connect whit vtcl to a
> postgresql database!
> If yes tell me what can I do?
> I have seen the comand to do this in pgtcl but they not works in vtcl (
> es. pg_connect).
You must have pgtcl loaded into the Tcl interpreter you're working
with. If y
Hi All
I'm newby vtcl and I want to now if I can connect whit vtcl to a
postgresql database!
If yes tell me what can I do?
I have seen the comand to do this in pgtcl but they not works in vtcl (
es. pg_connect).
Thanks
___
vtcl-user mailing list
[EMAIL