Subject Re: [ib-support] Upper case for a field
Author Milan Babuskov
Gerald Brown wrote:
> Is it possible to create a field that will default to UPPER CASE
> regardless of how the user enters the data?

You can use UPPER function in your INSERT statement like this:

Insert into table(regular_field, always_upper_field)
values (:rfparam, upper(:aufparam));

HTH

Milan Babuskov
http://fbexport.sourceforge.net