Hi,
I have a stored procedure which returns a recordset.
I am using ASP to list the data from recordet and it works pretty fine. The part which bothers me is
1)..i cannot get the recordcount of the recordset.
2)..I am not being able to use value from the return parameter until I use the recordset.
Can I access the OUTPUT parameter(s) before the recordset?
Thanks,
RajKumar.
I have a stored procedure which returns a recordset.
I am using ASP to list the data from recordet and it works pretty fine. The part which bothers me is
1)..i cannot get the recordcount of the recordset.
2)..I am not being able to use value from the return parameter until I use the recordset.
Can I access the OUTPUT parameter(s) before the recordset?
Thanks,
RajKumar.