i am using pl/sql and i need to do some validation regarding the max length of a string. but the problem is that i have to refer back to the database for the length so that if the database change, my code don't change.
is there any way to get the max length in the field of the table?
thanks
is there any way to get the max length in the field of the table?
thanks