Re: Developer Use of Visual Basic Plummets

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance




"Stefan Berglund" <sorry.no.koolaid@xxxxxx> wrote in message
news:7d0vn21p2bjglf1gsnjkpuanjk2in35lbc@xxxxxxxxxx

This is the part of the license agreement that I find objectionable:


The ClientDataset, as I understand it, is an in-memory dataset and it's not
even suitable for shared access. It's purpose in life is to let you build
fast memory based data handlers and, if you want, write them to file when
you're done. I don't use that process myself but I probably will use it for
some stuff. I only discovered it recently.

You should be using DBGo (ADO) or dbExpress (strictly SQL) or one of the
other server connected processes for mullti-tier apps. The really great
thing is that they've brought forward the developer interface in a way that
allows code using ClientDataset to be upgraded easily to other methods
(their ADO has a thin ADODataSet that looks a lot like the ClientDataset).

They've got more data options than you can believe, and they're included
even in the free Turbo packages I think..

I again point you to the webinar video posted on their site.

Go to http://bdn.borland.com/ then click on the "TV and Radio" tab.
Look
for the link on 7 Nov of:

7 Nov BDNtv: Database development with Delphi and C++Builder 2006
(Webinar replay)

Dan


.



Relevant Pages

  • Re: I get this message
    ... MS SQL, ADO components from D7. ... The clientdataset delete works but the applyupdates fails. ... Russ ...
    (borland.public.delphi.database.ado)
  • Re: usage of clientdataset with jet
    ... >merit /describe the usage of clientdataset with ado components ... >How to efficiently use TClientDataset with ADO? ... Using Tclientdatasets wtih ADO and Access isn't much different than any other ... TadoDataset with clientside cursors is really quite similar to Tclientdatasets. ...
    (borland.public.delphi.database.ado)
  • ADO / Clientdataset slowness
    ... converted to ADO, ... Oracle provider) that contains about 6,000 rows and loop through the result ... When I tie this together with a provider and a clientdataset, ...
    (borland.public.delphi.database.ado)
  • Re: ADO vs dbExpress
    ... cursors, a limitation that ADO has not. ... Only if you do not use a ClientDataSet. ... same behavior that you get with ADO and a client side cursor. ...
    (borland.public.delphi.database.ado)