ASP / Stored Procedure / Paging Help -
07-28-2003
, 08:53 PM
Hi:
I have an Access DB with a bunch of stored procedures (queries).
I'm trying to get paging to work via ASP when calling a procedure. No
luck so far.
I can get paging to work when the SQL statement is in the ASP page
(using rs.open) but not when I call the procedure (execute).
Is there a way to create a stored procedure / query in MS Access that
I can call to do paging?
Cam |