Hi,
I just wanted to know if we could limit a field length in a construct statement. For example if i need to take an input from a form with the field name profile_code , then i type in CONSTRUCT BY NAME lc_where
ON some_profile.profile_code
....
Now, while i am entering something in the profile_code field on the form, and the actual field length of the profile_code field is 8 characters, it allows me to enter more than 8 characters on the form. As a result of this, the query fails and it says no record found.
I hope I have made this query understandable.would like a lead on this.
I just wanted to know if we could limit a field length in a construct statement. For example if i need to take an input from a form with the field name profile_code , then i type in CONSTRUCT BY NAME lc_where
ON some_profile.profile_code
....
Now, while i am entering something in the profile_code field on the form, and the actual field length of the profile_code field is 8 characters, it allows me to enter more than 8 characters on the form. As a result of this, the query fails and it says no record found.
I hope I have made this query understandable.would like a lead on this.