
September 5th, 2000, 09:15 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
paging with stored procedures with parameters
<i><b>Originally posted by : Oliver (oliver@idea-uk.com)</b></i><br /><br />How do you use recordset paging if you are using a stored procedure that has parameters.<br /><br />ADO recordsets don't use paramteter so I am using the command object to pass in the paramters.<br /><br />The paging code works if there are no input params<br />but if they are it will not pass the params through the sp?<br /><br />Can anyone help?
|