Re: Delphi 8 and ado.net

From: Lauchlan M (LMackinnon_at_NOSPAMHotmail.com)
Date: 02/29/04


Date: Sun, 29 Feb 2004 22:50:08 +1000


> > Do NOT try to use it as you'd use data aware stuff in Delphi. It's a
> > very different world and you have to change perspective to fully
> > appreciate it or use it as it's meant to be used.
>
> So true and you have said it very well. It seems to me that traditional
> Delphi users will likely have lots of preconceived ideas about how it
> *should* work and little inclination to spend the considerable amount of
> time and effort to learn how it *actually* works. The result will be a
vast
> amount of frustration and noisy grumbling.

Well, how then does it actually work IYO, and why is it so very different to
using say ADO in Delphi? Apart from datasets potentially having many
different result sets / tables in them, and a more extensive use of data
readers, I have found it much the same as Delphi. You still have a
connection, you use a data adapter to populate a dataset (ok this is
slightly different than just using a table or dataset component) and you
bind it (hook it up) to your grid or whatever. It's not very different. I
must be missing some big philosophical point, so if you could fill me in
that would be great!

Thx,

Lauchlan M



Relevant Pages

  • Re: Delphi 8 and ado.net
    ... > different to using say ADO in Delphi? ... The Delphi ADO implementation is basically a wrapper around the Recordset ... have cursors into the database, there are no cursors in ADO.NET. ...
    (borland.public.delphi.non-technical)
  • Re: Sub Selects?
    ... > some nice Delphi DB technique to do this, or should I just build up the ... Due to the way that the ado ... lets assume that you have a list called SelectedIds ... I'd recommend against using the filtering method. ...
    (borland.public.delphi.database.ado)
  • Re: recursive sp, fmtonly, ado,
    ... This was the first thing I've checked, because I suspect Delphi. ... It's in somewhere inside ADO or OLEDB. ... >> create procedure fmttest ...
    (microsoft.public.sqlserver.programming)
  • Re: Field position in a record, how to change?
    ... If you know how to move fields with DAO you can use Ole to access the ... I have found how to obtain the (ADO) FieldDefs for the ... (I am searching documentations for this option but your answer might ... I may just have found the answer in my saved Delphi 5 help files ...
    (borland.public.delphi.database.ado)
  • Re: slow ADO refresh, ending in error message
    ... It seems to me that if the feature works fine with some implementations ... with Delphi 7) and poorer with other implementations (the Delphi 7 ... >>Is ADO only for small databases then? ... > You can use any size database with ADO but if you want good performance you ...
    (borland.public.delphi.database.ado)