Just for interest sake, could you explain what you mean with showing "all records in a dataset at once"? It's the once part that gets me. Sounds like a grid to me...
 
 
-Andreas
P.S. Don't forget that a TClientDatset has the Data property. This allows you to read and write all the data of a dataset at once...
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Neven MacEwan
Sent: Thursday, 26 September 2002 13:10
To: Multiple recipients of list delphi
Subject: [DUG]: ActiveRecord and BufferCount

Hi all you DataSet gurus :-)
 
I am writing a dataaware control that shows all records in a dataset at once
 
Finally to get it to work I had to DataLink.BufferCount to some large number
 
DataLink.BufferCount is normally set to the visiblerowcount on a DBGrid but
as I need the whole dataset is there anyway of setting the BufferCount
explicitly to the whole table (its a memory table so mem usage is not an issue)
 
 Regards Neven
 N.K. MacEwan B.E. E&E
 Ph 649 621 0001
 Fax 649 621 0400
 [EMAIL PROTECTED]

Reply via email to