Re: usage of clientdataset with jet

From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 03/30/04


Date: Mon, 29 Mar 2004 21:22:44 -0600


>Appreciate it if someone could post some web links that
>merit /describe the usage of clientdataset with ado components
>specifically for local access to an Access 2000 database.
I doubt you are going to find anything that specific to Access

>What are the performance (dis)advantages?
>How to efficiently use TClientDataset with ADO?
Using Tclientdatasets wtih ADO and Access isn't much different than any other
user of TclientDatasets
TadoDataset with clientside cursors is really quite similar to Tclientdatasets.
Performance will be a little better just using the TadoDataset than using a
Tcliendataset.

What are you trying to accomplish and why do you think you need TclientDataset?

--
Brian Bushay (TeamB)
Bbushay@NMPLS.com


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: Developer Use of Visual Basic Plummets
    ... The ClientDataset, as I understand it, is an in-memory dataset and it's not ... other server connected processes for mullti-tier apps. ... (their ADO has a thin ADODataSet that looks a lot like the ClientDataset). ...
    (microsoft.public.vb.general.discussion)
  • 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: The data types varchar and text are incompatible in the equal to operator
    ... TClientDatasets with String params set equal to blank ... ApplicationServer to ADO: ... Are there some parameter in ADO Connection String to supress this error? ...
    (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)