I have a CR 8.0 report that uses an ADO recordset created from a SQL2000 stored procedure. The ADO recordset has a field of type adVarchar. The data in this field is truncated at 255 characters in the crystal report.
However, if I create a new report and use the same stored procedure directly, bypassing ADO, the data is not truncated.
Note, the stored procedure returns the column as varchar(8000) datatype.
Do you know of a solution to this problem? I could not find any reference in the Crystal documentation.
However, if I create a new report and use the same stored procedure directly, bypassing ADO, the data is not truncated.
Note, the stored procedure returns the column as varchar(8000) datatype.
Do you know of a solution to this problem? I could not find any reference in the Crystal documentation.