Kbase P100128: What is the limit of records of a SmartDataBrowser?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/17/2005 |
|
Status: Unverified
GOAL:
What is the limit of records of a SmartDataBrowser?
GOAL:
How many records a SmartDataBrowser can contain?
FIX:
The limit of records a SmartDataBrowser can have is the limit of records a Temp Table can have.
The SmartDataBrowser is tied to a SmartDataObject which contains the records from the physical table.
The SmartDataObject contain 2 Temp Tables RowObject and RowObjUpdate.
For more details see Solution P95826 "Is there a limit for the number of records in a temp table?"