Forum OpenACS Q&A: Using ACS tools without ACS

Collapse
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

Collapse
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