Accessing A Large MS SQL Table Over ADO Components
deliMawi
Date: 10/10/04
- Next message: Kevin Frevert: "Re: Accessing A Large MS SQL Table Over ADO Components"
- Previous message: NindzaKornjaca: "Re: Firebird and Ado."
- Next in thread: Kevin Frevert: "Re: Accessing A Large MS SQL Table Over ADO Components"
- Reply: Kevin Frevert: "Re: Accessing A Large MS SQL Table Over ADO Components"
- Reply: Bill Todd: "Re: Accessing A Large MS SQL Table Over ADO Components"
- Reply: Brian Bushay TeamB: "Re: Accessing A Large MS SQL Table Over ADO Components"
- Reply: Viatcheslav V. Vassiliev: "Re: Accessing A Large MS SQL Table Over ADO Components"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 10 Oct 2004 11:40:59 +0300
Hi all again,
We will be developing a large database application and currently we are
working on some base forms and planning the architecthture.
An avarage table will be holding around 1000000 records in our application.
If we want to display the data on a readonly grid wich component is the best
to use, TADODataSet or TADOQuery ?
What about if the grid is not readonly?
And I want to know, if I use a standart DB Grid, does the dataset component
fetches all the records to client?
What about the cursor location. Setting the cursor to serverside has any
advantages? Because I had some performance loss when I set it up to Server
Side?
And also ADO Components are a good choice?
Could you please forward me some links or docs about Delphi + ADO + SQL
Server Performance issues?
Thanks in advance
deliMawi
- Next message: Kevin Frevert: "Re: Accessing A Large MS SQL Table Over ADO Components"
- Previous message: NindzaKornjaca: "Re: Firebird and Ado."
- Next in thread: Kevin Frevert: "Re: Accessing A Large MS SQL Table Over ADO Components"
- Reply: Kevin Frevert: "Re: Accessing A Large MS SQL Table Over ADO Components"
- Reply: Bill Todd: "Re: Accessing A Large MS SQL Table Over ADO Components"
- Reply: Brian Bushay TeamB: "Re: Accessing A Large MS SQL Table Over ADO Components"
- Reply: Viatcheslav V. Vassiliev: "Re: Accessing A Large MS SQL Table Over ADO Components"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|