> 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 you want to use it in vtcl, you have to load it with something
like "package require Pgtcl."  This is only, of course, if libpgtcl.so
was built.

Damon


_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/vtcl-user

Reply via email to