Click here to Skip to main content
15,920,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a string parameter in a Crystal-report which show a database field's string but less than 400 character. But, in my database field there is max 1000 character. I want to show in my Report 1000 character. So, how can I increase or reset the string length in Crystal-Report ?

[edit]Spurious big and bold removed, Tags, Subject - OriginalGriff [/edit]
Posted
Updated 16-Apr-11 23:16pm
v2

1 solution

If you are using a paramaterised query you may be setting the length of the varchar in the query to 400. Also check the stored procedure is accepting varchar(max) in it's parameter string.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900