Re: [vtcl-user] Connect to a postgresql database

2001-06-19 Thread Chiriac Petrica Clement
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

Re: [vtcl-user] Connect to a postgresql database

2001-06-19 Thread Damon Courtney
> 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

[vtcl-user] Connect to a postgresql database

2001-06-19 Thread Matteo Centenaro
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