Re: TADO vs. TQuery
- From: "Allan Nielsen" <ace-allanREMOVEME@xxxxxxxxxxxxxx>
- Date: Wed, 22 Jun 2005 07:39:10 +0200
Thank you all for your replies. I have a fairly efficient and normalized
database, and I always only select the columns I need, and use many where
clauses as well. Indexes are set up too.
I guess there is no need to convert anythingt to ADO then.
Allan
"Del M" <Del.Murray@xxxxxxxxxxxxxx> wrote in message
news:42b8c766@xxxxxxxxxxxxxxxxxxxxxxxxx
> Maurice is absolutely right. Most of your speed will depend on your
> database, query plan, not selecting unused columns, indexes, size of
result
> set, cursor location, bandwidth, data types, ..... etc. All that is mostly
> on the database and in your coding techniques.. A bad database design and
a
> bad query will kill both ADO or any other access method.
>
>
.
- Follow-Ups:
- Re: TADO vs. TQuery
- From: Del M
- Re: TADO vs. TQuery
- References:
- TADO vs. TQuery
- From: Allan Nielsen
- Re: TADO vs. TQuery
- From: Maurice Telkamp
- Re: TADO vs. TQuery
- From: Del M
- TADO vs. TQuery
- Prev by Date: Re: TADO vs. TQuery
- Next by Date: Re: TADO vs. TQuery
- Previous by thread: Re: TADO vs. TQuery
- Next by thread: Re: TADO vs. TQuery
- Index(es):
Relevant Pages
|