Um, there shoud be some stuff on borland.com/delphi under the kylix section.
I'm not sure tho. Basically, its a client data set that feeds form this data
source (the uni-directional dataset), and holds the rows you've seen in
memory, the same as TClientDataSet. This gives you forward and backwards
movement, without having to support it in the SQL libs, which is expensive,
I'm told, performance wise.

N
----- Original Message -----
From: "Neven MacEwan" <[EMAIL PROTECTED]>
To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>
Sent: Tuesday, December 12, 2000 1:50 PM
Subject: Re: [DUG]: Kylix Demo


> Nic
>
> So its like an ADO client side static cursor dataset (without all that COM
> shit)
>  Do you have any docs (URLs) on the "MIDAS CDS-like thing"?
>
> Neven
>
> ----- Original Message -----
> From: Nic Wise <[EMAIL PROTECTED]>
> To: Multiple recipients of list delphi <[EMAIL PROTECTED]>
> Sent: Tuesday, 12 December 2000 15:17
> Subject: Re: [DUG]: Kylix Demo
>
>
> >
> >
> > > Nic (if you're awake)
> >
> > definatly asleep.
> >
> >  >  although I was
> > > > interested in the lack of a bidirectional cursor for the queries -
> Nic -
> > > > any chance you could explain what was happening there?  I assume
> > dbExpress
> > > > is designed differently...
> > >
> > > Could you please elucidate
> >
> > The new dbExpress stuff only does unidirectional cursors - ie, top to
> > bottom. It then is supposed to connect to a MIDAS CDS-like thing that
> > cache's results in memory so you can do table-like things, ie forward
and
> > backwards.
> >
> > But I couldn't find the CDS-like thing last night :(
> >
> > 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"
>

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