From: Moises Lopez [mailto:[EMAIL PROTECTED]]
>i have a master detail relationship with
>ClientDataSets (ADO - D5), and since the detail tables
>are kind of huge (about 700 records per master, just
>in case....) i tried to limit that by setting the
>packet records property of the detail to about 100
>
>and... close but no cigar
>
>i would guess there's a way... so any ideas are
>welcome
>but so far ia havent been able to...
... haven't been able to... what? What is it you want to do? Use
PacketRecords? If your problem is that the entire record set is being
downloaded regardless, it's probably because you're calling some method of
the CDS that requires this, eg. Locate or creating an index. Put a
breakpoint inside TClientDataSet.CheckProviderEOF (in DBClient), and when it
breaks, look at the call stack to see what caused it.
Cheers,
Carl
---------------------------------------------------------------------------
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"