Re: Accessing A Large MS SQL Table Over ADO Components
From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 10/11/04
- Next message: Brian Bushay TeamB: "Re: TADODataSet using outer joins and delete method !!!"
- Previous message: Brian Bushay TeamB: "Re: "Field Destroyed" error"
- In reply to: deliMawi: "Accessing A Large MS SQL Table Over ADO Components"
- Next in thread: 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 20:31:46 -0500
>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 ?
They essentially do the same thing but TadoDataset has properties that are a bit
better fit to ADO
>What about if the grid is not readonly?
What is the question?
>And I want to know, if I use a standart DB Grid, does the dataset component
>fetches all the records to client?
Yes
>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?
If you have a very large number of records you want to fetch and very few users
on your SQL server the severside cursors can perform better.
>And also ADO Components are a good choice?
Yes
-- Brian Bushay (TeamB) Bbushay@NMPLS.com
- Next message: Brian Bushay TeamB: "Re: TADODataSet using outer joins and delete method !!!"
- Previous message: Brian Bushay TeamB: "Re: "Field Destroyed" error"
- In reply to: deliMawi: "Accessing A Large MS SQL Table Over ADO Components"
- Next in thread: Viatcheslav V. Vassiliev: "Re: Accessing A Large MS SQL Table Over ADO Components"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|