I am trying to use ASPDBFree to display a large table.
The row count being done by ASPDBFree is very slow.
I tried to preset it to a huge number "MyDb.dbRecordCount = 1000000000".
This sped up the response, but it shows "[6 - 10 : 1000000000]" at the bottom.

Is there a way to disable the display of the rowcount?
Is there a better way?