Re: Accessing A Large MS SQL Table Over ADO Components
From: Bill Todd (no_at_no.com)
Date: 10/11/04
- Next message: BCostello: "Re: Help search & Set ADO Indexes in MSSQL."
- Previous message: danny heijl: "Re: NT Service not working with ADO???"
- In reply to: deliMawi: "Re: Accessing A Large MS SQL Table Over ADO Components"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 11 Oct 2004 11:02:08 -0700
The best way is not to do that at all. No user wants to scroll through
500,000 records. You should let the user enter some search criteria
that will select no more two hundred records to view and work with in
the grid. See http://community.borland.com/article/0,1410,28160,00.html
for a more complete explanation.
-- Bill (TeamB) TeamB cannot answer questions received via email
- Next message: BCostello: "Re: Help search & Set ADO Indexes in MSSQL."
- Previous message: danny heijl: "Re: NT Service not working with ADO???"
- In reply to: deliMawi: "Re: Accessing A Large MS SQL Table Over ADO Components"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|