Popular recipes tagged "tclblend"http://code.activestate.com/recipes/tags/tclblend/2007-01-31T10:22:15-08:00ActiveState Code RecipesConnect to Oracle DB. (Tcl) 2007-01-30T11:45:30-08:00Patrick Finneganhttp://code.activestate.com/recipes/users/475144/http://code.activestate.com/recipes/502195-connect-to-oracle-db/ <p style="color: grey"> Tcl recipe 502195 by <a href="/recipes/users/475144/">Patrick Finnegan</a> (<a href="/recipes/tags/tclblend/">tclblend</a>). </p> <p>Quick connection to Oracle Database.</p> Create Properties Object. Return loaded property object. (Tcl) 2007-01-31T10:22:15-08:00Patrick Finneganhttp://code.activestate.com/recipes/users/475144/http://code.activestate.com/recipes/502196-create-properties-object-return-loaded-property-ob/ <p style="color: grey"> Tcl recipe 502196 by <a href="/recipes/users/475144/">Patrick Finnegan</a> (<a href="/recipes/tags/tclblend/">tclblend</a>). </p> <p>Uses the java Properties class to read a java formatted property file. Returns a loaded Property object. Access the properties using the get property method.</p> <p>$PropertyI getProperty SSLConfig.name</p> MQJMS (Tcl) 2005-10-17T03:35:19-07:00Patrick Finneganhttp://code.activestate.com/recipes/users/1220635/http://code.activestate.com/recipes/442320-mqjms/ <p style="color: grey"> Tcl recipe 442320 by <a href="/recipes/users/1220635/">Patrick Finnegan</a> (<a href="/recipes/tags/tclblend/">tclblend</a>). </p> <p>Put messages on remote MQ Series queue using IBM implementation of Java Messaging Service Specification.</p> DB2JDBC.tcl (Tcl) 2005-10-17T03:26:56-07:00Patrick Finneganhttp://code.activestate.com/recipes/users/1220635/http://code.activestate.com/recipes/442319-db2jdbctcl/ <p style="color: grey"> Tcl recipe 442319 by <a href="/recipes/users/1220635/">Patrick Finnegan</a> (<a href="/recipes/tags/tclblend/">tclblend</a>). </p> <p>This script uses pure java type 4 drivers to connect to a remote DB2 database, execute a select query and display the results.</p>