Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CR8.0, ADO, and varchar datatype

Status
Not open for further replies.

thiggins

Programmer
Aug 31, 2001
2
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top