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.
| Author |
Topic |
|
the1gadget
Yak Posting Veteran
55 Posts |
Posted - 2005-09-08 : 11:56:44
|
| Hi AllSomething I have been wondering about for a bit of time.in MySQL you can do something likeSELECT * FROM table LIMIT 5,10I would like (a simple) to do it with Microsoft SQL. I would be displaying it in ASP.I have seen http://www.asp101.com/articles/recordsetpaging/index.asp but this appear to still bring back the rows to the ASP server.-- David |
|
|
X002548
Not Just a Number
15586 Posts |
|
|
the1gadget
Yak Posting Veteran
55 Posts |
Posted - 2005-09-09 : 09:34:15
|
| Ta.Looks OK for simple stuff but anything with any complexity to it has no hope. However it is the best that I have seen as well.:(-- David |
 |
|
|
|
|
|