Recent content by mmccurdy

  1. M

    problem w/ PacketRecord limits

    UPDATE! PacketRecords work fine if FetchOnDemand is set to False. The problem is, of course, scrolling to display more records stops at the PacketRecords limit. Ex: PacketRecords set to 10 and the ReadBuffer of the OracleDataSet is set to 20, only 10 records displayed. Hope this helps!
  2. M

    problem w/ PacketRecord limits

    I am trying to display only a specified number of records on a DBgrid from a large database. However, no matter what I set the PacketRecord count of the ClientDataSet, the grid displays all of the records of the database. I would only like to display, for example, 100 records fetch. We are...
Back
Top