Number of characters in field [message #89662] |
Wed, 16 June 2004 04:04 |
kim
Messages: 116 Registered: December 2001
|
Senior Member |
|
|
Hi,
I got a report with a field, varchar2(40). I change the database field to varchar2(244). But in the report it still says 40 looking at the fields properties. I tried to select another field as source which is varchar2(120) and it shows 120 i properties.
Whats wrong ?
Regards
Kim
|
|
|
Re: Number of characters in field [message #89663 is a reply to message #89662] |
Wed, 16 June 2004 04:31 |
Kim himself
Messages: 1 Registered: June 2004
|
Junior Member |
|
|
Got it myself :
Have to remove the source field from the select query, so report field property shows no source. Insert the source field in select sql again and sim sa la bim, the field size is ok
/Kim
|
|
|