Hi all,
I'm currently working on a project that involves a flash front end, and the content is based off database query's. I originally thought I would be building the ASP part of this project, but I am mistaken.
As it turns out that someone else is coding it, and I'm just building the front end, and we're using ASP.net instead of ASP.
My question is rather simple. I know in ASP you could use rs.Pagesize to control how many records get displayed, and rs.AbsolutePage you could use to control where the starting position where the cursor begins.
Is there a similar method I can use to pull out information?
The plan is to pass the ASP a number which would represent the record number I require. I also know I could use the SQL statement of "SELECT * TOP 10 FROM
;", but that only returns the top # of rows.I will copy this thread and place it in the .NET forum, also. Mayby you will get more relevant response's that way.
Regards.Check out this thread: <!-- m --><a class="postlink" href="http://webdevelopers.com/forum/showthread.php?s=&threadid=40941">http://webdevelopers.com/forum/showthre ... adid=40941</a><!-- m -->
I'm currently working on a project that involves a flash front end, and the content is based off database query's. I originally thought I would be building the ASP part of this project, but I am mistaken.
As it turns out that someone else is coding it, and I'm just building the front end, and we're using ASP.net instead of ASP.
My question is rather simple. I know in ASP you could use rs.Pagesize to control how many records get displayed, and rs.AbsolutePage you could use to control where the starting position where the cursor begins.
Is there a similar method I can use to pull out information?
The plan is to pass the ASP a number which would represent the record number I require. I also know I could use the SQL statement of "SELECT * TOP 10 FROM
Regards.Check out this thread: <!-- m --><a class="postlink" href="http://webdevelopers.com/forum/showthread.php?s=&threadid=40941">http://webdevelopers.com/forum/showthre ... adid=40941</a><!-- m -->