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

Forum OpenACS Q&A: Using ACS tools without ACS

OpenACS Home : Forums : OpenACS Q&A : Using ACS tools without ACS

Icon of Envelope Request notifications

+
Posted by Clif Flynt on
I'd like to test my .tcl script libraries outside the AOLServer/OpenACS environment.

In particular, I want to test the Oracle interactions.

Is there a way to use the db_dml command from Tcl, or to just execute .tcl scripts, not full web pages using AOLServer/OpenACS?

Thanks

Clif

+
Posted by Steve Manning on
Yes. Take a look at nstcl http://nstcl.sourceforge.net/

We've used this extensively from tcl scripts to access postgresql databases from machines which don't have AOLserver installed. You can use it to connect to a wide range of databases including Oracle.

- Steve