Databinding using dataset with crystal repoort

Hi,

I have dataset which contains more than 50,000 records, when i was binding it is binding but it is not more than 32000 records, so how can i bind more than 32000 records. plz help me.

thanks
Narendra

[213 byte] By [NarendraKumar] at [2007-12-16]
# 1
Hi!

This is a PageServer constraint, most likely. Try this:

1.Open the Crystal Configuration Manager. To do so, click Start, point to Programs, point to Crystal Enterprise, and then click Crystal Configuration Manager.
2.Stop Crystal PageServer. To do so, click Start, point to Administrative Tools, click Services, right-click Crystal Page Server, and then click Stop.
3.Right-click Crystal Page Server, click Properties., and then confirm that the Path to Executable box contains the following line:

-maxDBResultRecords 0
4.If -maxDBResultRecords 0 does not appear in the Path to Executable box, at the end of the text, type:
-maxDBResultRecords 0
5. Restart the PageServer.

This is from http://support.microsoft.com/default.aspx?scid=kb;en-us;829886&Product=gpsol - it is a known issue with Crystal Reports Manager.

Hope this helps!

S

BillSempf at 2007-9-9 > top of Msdn Tech,Visual Basic,Visual Basic General...