Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: stevearas
  • Content: Threads
  • Order by date
  1. stevearas

    accessing associative arrays in a tcl proc

    I've got a recursive proc with code that access a global associative array. There are many associative arrays using the naming convention Node1, Node2, Node 3 etc... Because the name has to be dynamically generated upvar 0 Node[expr $node_nr] MyLocalNode set thistest $MyLocalNode(NodeID)...
  2. stevearas

    ODBC DSN using multiple databases

    Using VB/ADO connecting to Sybase, I set up a new System DSN called "rightnow". Don't put in a default server or database. Add two or more comma delimited servers and databases in the connection tab of the ODBC mangager. .ConnectionString = "DATA SOURCE=rightnow&quot...

Part and Inventory Search

Back
Top