Answered
Recordset paging with stored procedure in MSSQL
Hi all,
I have a problem with recordset paging using a recordset from a stored procedure in MSSQL 2000.
The page is working fine without the recordset paging functionality. I.e. it returns a recordset and displays the information on screen as expected. However, as soon as I add this functionality in, the page returns an error from the database server stating that a parameter was not supplied to the stored procedure. I suspect that this could be to do with the Requery command in the function.
Has anyone come across this problem before and any ideas how to get around it?
Any help appreciated.
Thanks in advance.
Ben.
I have a problem with recordset paging using a recordset from a stored procedure in MSSQL 2000.
The page is working fine without the recordset paging functionality. I.e. it returns a recordset and displays the information on screen as expected. However, as soon as I add this functionality in, the page returns an error from the database server stating that a parameter was not supplied to the stored procedure. I suspect that this could be to do with the Requery command in the function.
Has anyone come across this problem before and any ideas how to get around it?
Any help appreciated.
Thanks in advance.
Ben.
