Used:
- PC with W2K
- Sybase ASE 12.5
- TCL 8.4.1
- SYBTCL 3rc2
- Access to Sybase DB from VMS OR UNIX Tru64.
isql works fine from my machine, but a same select
thanks to SYBSQL hangs. (I must then kill the process).
Sybconnect is OK, SYBUSE is OK. But Aall SYBSQL hang.
With a TCP TRACE tool, I found out that the select is
performed correctly on the Sybase server, AND the result
data are sent back to the PC !
C:\>tclsh
% package require Sybtcl
3.0
% set h [sybconnect sa "" KOBE]
sybtcl0
% sybuse $h DATA
DATA
% sybsql $h "select * from Interchange"
<<<< hangs here....
Would appreciate some help, or any idea to help
me investigate further...
Thanks,
Philippe
Logged In: YES
user_id=398235
I have the same problem with
XP/ASE12.5/Tcl8.4.7/Sybtcl3rc2. Was this ever resolved?
-Jussi