I'm using SQL2000, ADO, and Crystal 8. My report uses an ADO recordset that contains an 8000 character VarChar field. Crystal interprets this field as a 255 character String. In this field, all data beyond 255 is truncated. Is there a way around this?
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...
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.