Forum OpenACS Q&A: tcl/PostGreSQL scripts

Collapse
Posted by James Bennin on
I am trying to perform some database commands on a table I have created using tcl scripts.  I want to insert the values obtained from a HTML page (after a person hits the submit button) into a database table.  How would I go about that?  I also want to print the data I have obtained from a PostGreSQL select statement (returning multi rows) to the screen.  Can anyone help?

Thank you

Collapse
2: Re: tcl/PostGreSQL scripts (response to 1)
Posted by Jade Rubick on
I'd recommend looking at the tutorial (under Documentation). Let us know if you run into problems. :)
Collapse
3: Re: tcl/PostGreSQL scripts (response to 1)
Posted by James Bennin on
Again, thank you very much.
Collapse
4: Re: tcl/PostGreSQL scripts (response to 3)
Posted by Jade Rubick on