February 26, 2004 at 11:45 pm
I have open ADO recordset with several pages. when user enter some number i want to display whole page which contains that user enters filed.
And I need to do this in VB
My Blog:
March 1, 2004 at 1:40 am
Can you be more specific on this?
Do you want to show some kind of summary?
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
March 1, 2004 at 1:47 am
OK Frank Kalis
Say I have 1000 records
And i have open ado which has page size = 100
there fore there are 10 page
If I enter some key of 125th record , It should display me the second page
My Blog:
March 1, 2004 at 2:01 am
Although there are several methods for paging qith SQL Server data available, I would transfer all data once at the beginning with GetRows(). So now you have an array and can easily locate your row element and jump to the second page. I bet you'll find code examples (if not here, than surely on ASP related site like http://www.4guysfromrolla.com
HTH
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy