Version 0 of Example of database connection

Updated 2014-08-21 16:17:41 by achisholm

http://naviserver.sourceforge.net/ns_logobig.gif

MainHome Page Source Code Downloads API Documentation Mailing Lists Bugs Developers


Database connection

Tcl example of database connection.

proc hello {} {
   set set_id [ns_conn form]
   set param_value [ns_set get $set_id foo]
   ns_return 200 text/html "Hello World. Value $param_value"
 }