Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Selecting records by row number server side

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-07-28 : 15:11:56
Terry writes "Hi, I'm using SQL over slow internet connections. What I'm trying to do is make a searchable list from a customer table. I could load the entire table into an array, and then let the user scroll the array, but on a slow connection it takes too much time. Is there some way to select from a table by row number? That way, wherever the user scrolled to, I could grab the first 10 fields starting from that position. I have a auto-increment field, but the customers are regularily deleted, so I can't search by that...

Thanks in advance

SQL 2000
Windows NT 4.0 SP 5"

graz
Chief SQLTeam Crack Dealer

4149 Posts

Posted - 2002-07-28 : 15:11:56
We've got an article that talks about that (http://www.sqlteam.com/item.asp?ItemID=1491).
Go to Top of Page
   

- Advertisement -