Click here to Skip to main content
15,915,611 members
Home / Discussions / Database
   

Database

 
Generalresetting id after deleting records Pin
ginola20-Nov-01 14:31
ginola20-Nov-01 14:31 
GeneralRe: resetting id after deleting records Pin
Rashid Thadha21-Nov-01 4:19
Rashid Thadha21-Nov-01 4:19 
GeneralDatabase pagination Pin
JEi16-Nov-01 0:31
JEi16-Nov-01 0:31 
GeneralRe: Database pagination Pin
Chris Maunder16-Nov-01 0:56
cofounderChris Maunder16-Nov-01 0:56 
GeneralRe: Database pagination Pin
JEi16-Nov-01 1:10
JEi16-Nov-01 1:10 
GeneralRe: Database pagination Pin
Andrew Peace24-Nov-01 4:13
Andrew Peace24-Nov-01 4:13 
GeneralRe: Database pagination Pin
blueei5-Dec-01 21:59
blueei5-Dec-01 21:59 
GeneralRe: Database pagination Pin
Nick Parker30-Nov-01 8:40
protectorNick Parker30-Nov-01 8:40 
First off, using a SQL statement such as "Select count(*) from here inner join this on here.id = this.id" will return a lot faster than actually having to return the actual results of the query. I would say that it is always a good idea to look at the size of your returning recordset when dealing with such large datasets.

Second, there are a few pages from another site that I have used in the past for searches that will result in large recordset. I would recommend this first page because you are using SQL Server 2000 you can write your query as a stored procedure and page through it. The second link allows you to do the same thing with a generic recordset via a SQL statement built on the client-side. Good Luck, hope this helps.

Links:

1. Paging Through Records Using A Stored Procedure
2. Paging Though Database Results N Records At A Time


Nick Parker
GeneralDatabase pagination Pin
JEi16-Nov-01 0:27
JEi16-Nov-01 0:27 
GeneralBitwise Operators in SQL Pin
Chris Meech14-Nov-01 6:09
Chris Meech14-Nov-01 6:09 
QuestionIs there an equivalent of the case construct in tSql? Pin
Jason Jystad7-Nov-01 11:32
Jason Jystad7-Nov-01 11:32 
AnswerRe: Is there an equivalent of the case construct in tSql? Pin
AndyG7-Nov-01 18:29
AndyG7-Nov-01 18:29 
GeneralRe: Is there an equivalent of the case construct in tSql? Pin
Jason Jystad8-Nov-01 6:09
Jason Jystad8-Nov-01 6:09 
AnswerRe: Is there an equivalent of the case construct in tSql? Pin
Gerald Schwab8-Nov-01 6:18
Gerald Schwab8-Nov-01 6:18 
AnswerRe: Is there an equivalent of the case construct in tSql? Pin
Carlos Antollini8-Nov-01 7:27
Carlos Antollini8-Nov-01 7:27 
AnswerRe: Is there an equivalent of the case construct in tSql? Pin
Nick Parker30-Nov-01 8:51
protectorNick Parker30-Nov-01 8:51 
QuestionDoes anybody know why ........ ? Pin
5-Nov-01 2:33
suss5-Nov-01 2:33 
AnswerRe: Does anybody know why ........ ? Pin
Rashid Thadha15-Nov-01 3:12
Rashid Thadha15-Nov-01 3:12 
Generalchanging the value of a recordset's property Pin
Yair Konfino4-Nov-01 22:25
Yair Konfino4-Nov-01 22:25 
GeneralRe: changing the value of a recordset's property Pin
chris foote11-Nov-01 11:20
chris foote11-Nov-01 11:20 
GeneralADO GLOBAL CONNECTION Pin
3-Nov-01 10:35
suss3-Nov-01 10:35 
GeneralRe: ADO GLOBAL CONNECTION Pin
31-Jan-02 0:19
suss31-Jan-02 0:19 
GeneralDatabase Design Question Pin
1-Nov-01 6:54
suss1-Nov-01 6:54 
GeneralADO Errors ?!! Pin
Ravish31-Oct-01 2:27
Ravish31-Oct-01 2:27 
QuestionI want a ADO wrap class not using MFC,who can help me? Pin
Jeason Zhao28-Oct-01 22:04
Jeason Zhao28-Oct-01 22:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.