Don't know about Diamond ADO... but...
For the last ADO application that we've been working on we don't have any
data-bound controls (in fact we always avoid these nowadays) except for
read-only DBGrids displaying recordsets (browse/pick lists). For these we
use the built-in Delphi TADOxxxx components.
For all the database operations underneath (updates, deletes, etc) we use
the native ADO Recordset and Command objects (using CoRecordset.Create and
CoCommand.Create, etc). After all, the Delphi ADO components are just
wrappers around these anyway.
>From our experience so far this combination seems to work quite well and the
ADO interfaces are very easy to use.
Xander
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>
Sent: Wednesday, August 30, 2000 12:57 AM
Subject: [DUG]: Diamond ADO components
> Hi all.
>
> Just wondering if anyone has evaluated Diamond ADO components, and if so
how they thought they compared t the ones that come with Delphi 5.
>
> We have done a preliminary test, and the Diamon ADO comps. seemed somewhat
faster than the ones with D5.
> But this was only returning fields out of a table rather than doing querys
with joins in them etc.
>
> any observations appreciated.
>
> Cheers, Jeremy Coulter
>
>
>
> Jeremy Coulter (Manager)
> Visual Software Solutions
> Christchurch, New Zealand
> PH 03-3521595
> FAX 03-3521596
> MOBILE 021-2533214
> www.vss.co.nz
>
> --------------------------------------------------------------------------
-
> New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
> Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED]
> with body of "unsubscribe delphi"
>
>
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"