Re: ADO vs dbExpress
- From: "Guillem" <guillemvicens-nospam@xxxxxxxxxxxxxxxxxx>
- Date: 23 Oct 2006 03:18:41 -0700
danielk1@xxxxxxxxx wrote:
Has anyone found any evaluations or conclusions on whether ADO or
dbExpress is the better choice for DB connectivity?
We are currently using SQL 2005 and ADO seems like a logical choice,
however, dbExpress seems to require more components to connect to the
DB: conneciton, datasource, data source provider, client data source,
and query, while ADO only requires connection and datasource and
table/query.
Speed-wise, I beleive them to be about the same and we do not have a
lot of traffic.
But if one is better/easier, I would surley like to know.
I already developed a couple things, relatviely easily, using ADO, but
wanted opinions on dbExpress.
We are using Delphi 2006 Developers Studio.
Thank you,
Daniel
as an addition to what Brian says, dbExpress uses unidirectional
cursors, a limitation that ADO has not.
--
Best regards :)
Guillem Vicens Meier
Dep. Informática Green Service S.A.
www.clubgreenoasis.com
--
Contribute to the Indy Docs project: http://docs.indyproject.org
--
In order to contact me remove the -nospam
.
- Follow-Ups:
- Re: ADO vs dbExpress
- From: Brian Bushay TeamB
- Re: ADO vs dbExpress
- From: scoots987
- Re: ADO vs dbExpress
- From: Bill Todd
- Re: ADO vs dbExpress
- References:
- ADO vs dbExpress
- From: danielk1
- ADO vs dbExpress
- Prev by Date: Re: Add field to ADOTable and a Column for a tDbGrid at runtime
- Next by Date: Re: MySQL text field lengths truncated
- Previous by thread: Re: ADO vs dbExpress
- Next by thread: Re: ADO vs dbExpress
- Index(es):
Relevant Pages
|