Reply To: using tclodbc

Homepage Clovertech Forums Read Only Archives Cloverleaf Cloverleaf using tclodbc Reply To: using tclodbc

#57973
John Harvey
Participant

    we are using the windows platform.  

    It’s a strange situation I’m having because I have a tcl proc that connects to sql server 2000 and writes an insert statement to a few tables.  When I run the proc from the Testing Tool provided in Quovadx, the program succeeds with no problems.  I can go to sql 2000 and see the data that the proc wrote to it.

    However, when I place the code within an interface thread, I get the error of “client unable to establish a connection” when the actual code is called.  What gives?  If it works with the testing tool, why won’t it work in the actual interface?