We are now using the MIDAS 3 (TclientDataSet) stuff heavily inplace of
cached updates etc.
It gives us master detail (N levels) etc without a line of code having to be
written (Okay so we have a DB aware form that provides the additional
required support -works well).

Myles.


-----Original Message-----
From: Nic Wise [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 03, 2000 5:07 PM
To: Multiple recipients of list delphi
Subject: RE: [DUG]: [Q] Lightweight DBMS....


> N,
>
> > dataaware is a nightmare with C/S databases - avoid it like the
> plague. IT
> > does work tho, its just not that quick. If you switch from paradox, you
> > _have_ to get out of the locate/findkey/next/prev etc mentality REALLY
> > quickly.
>
> Yeah I realise that. We use ADO / SQL2000 for some other stuff so
> I am aware
> of that..... ;-) The data aware bindings would only be to queries / stored
> proc's where the datasets are small......

well, either way, I'd still avoid it :) there are lots of other, better ways
to do it, eg load it all into objects (OR-mapping) or someting like that....

N

---------------------------------------------------------------------------
    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"

Reply via email to