Home
The Toolkit for Online Communities
15889 Community Members, 0 members online, 1961 visitors today
Log In Register

Forum OpenACS Q&A: tcl/PostGreSQL scripts

OpenACS Home : Forums : OpenACS Q&A : tcl/PostGreSQL scripts

Icon of Envelope Request notifications

+
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
+
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. :)
+
3: Re: tcl/PostGreSQL scripts (response to 1)
Posted by James Bennin on
Again, thank you very much.
+
4: Re: tcl/PostGreSQL scripts (response to 3)
Posted by Jade Rubick on