Hi Team,
I have a COM function that call a
database(SQL) stored procedure having 48 parameters. The COM behaves nicely when
called from VB program, but the stored procedure sometimes failed when it is
called from classic ASP project. Sometimes it succeeded as well. In case of
failure the returned HRESULT value is -2147217887.
The Profiler never shows that the stored procedure is called in case of failure.
The behavior is quite unpredictable.