Hi,
I am new to this group and new to VB6.
I have an ASP page which currently calls down to the DB three times to get information. I have been given the task of writing an SP which amalgamates the three previous SP's so that only one call is made.
Having written this new SP I executed it in SQL Server management studio and it returned the information I wanted.
However, when I altered the page to make just one call to this new SP it is returning nothing, just the Err.Number 13 and the Err.Description Type Mismatch. I am passing it 4 input parameters and one output parameter (all are integers). I am not able to debug the code at the moment due to network difficulties but if anyone can think of a possible reason for this I can investigate them once the network is back up.
Any help would be much appreciated.
I am new to this group and new to VB6.
I have an ASP page which currently calls down to the DB three times to get information. I have been given the task of writing an SP which amalgamates the three previous SP's so that only one call is made.
Having written this new SP I executed it in SQL Server management studio and it returned the information I wanted.
However, when I altered the page to make just one call to this new SP it is returning nothing, just the Err.Number 13 and the Err.Description Type Mismatch. I am passing it 4 input parameters and one output parameter (all are integers). I am not able to debug the code at the moment due to network difficulties but if anyone can think of a possible reason for this I can investigate them once the network is back up.
Any help would be much appreciated.
Comment