I had the same problem with Oracle when I created a report with 525 data fields using native driver. The report never ran on my PC but ran OK on CE9.
with ODBC it is running fine. Also with ADO(OLEDB) connection it runs fine.
The crystal elite support team still working on this issue.
you need to remove the line which is marked <---
session("oRpt").DiscardSavedData
set Database = session("oRpt").Database
set Tables = Database.Tables
set Table1 = Tables.Item(1)
Table1.SetPrivateData 3,session("oRs")
session("oRpt").ReadRecords...
check the connection string on your local machine and implement the same on the public server. then check whether the public machine is able to connect to the data source using odbc manager or udl file.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.