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 strongm 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: wwwalex
  • Content: Threads
  • Order by date
  1. wwwalex

    How to return outputs from oracle stored procedure?

    I'm new to tcl. I need to call oracle stored procedure that has two inputs and two outputs. I know how to retrieve result set, but I'm not sure how to retrieve two outputs with tcl. I tried: set theQuery "{call storedProcedureName($Input1, $Input2, ?, ?)}" set theQuery [list [list $theQuery]]...

Part and Inventory Search

Back
Top