I create a OleDbCommand cmd with this SQL.
If I try to fill a datatable
da = new da(cmd)
da.fill(dt)
No problem.
but when I try to run
cmd.ExecuteScalar()
all hangs, no exception, no timeout, no nothing.
The Sybase server is run on a Solaris platform and have the version
12.5.2.
.Net is 1.1
If I do the same thing against a windows based Sybase server no
problem.