Re: Migrate BDE Delphi 5 to ADO Delphi 2006




I have to upgrade several apps from Delphi 5 using the bde to Delphi 2006 and ADO.
I don't actually have the new version of Delphi yet so I am changing a couple of
forms to ADO in Delphi 5 right now. Are the ADO components the same in Delphi
2006? Should I be using ADO datasets or ADO queries? I use cached updates a
lot. What would be the best approach to this kind of upgrade?

Yes Ado components are the same.
If you are converting from BDE you will find the ADOQuery to be a closer match
in the properties it has so that would be easier to convert to.
If you are doing new work the TadoDataset is closer to other Borland dataset
components
AdoCompoents have a Batchupdate mode that is close to cached updates.

--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.



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: dbGO for .NET (aka ADOExpress) - dont hold your breath
    ... Mike - we're in the same boat as you. ... Delphi 8 all the ADO components are deleted - ... He told me it might not make it in until Delphi 9! ...
    (borland.public.delphi.non-technical)
  • 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)