Subject Re: How to change collattion of a field without droping and recreating it?
Author guylainplante
> Or use the officially supported way - ALTER TABLE commands.
> You do not have to write them by hand, just generated them by reading system tables.

I will have a look at this solution. Thank you.
I will have to create several domains, one for each different varchar length. Am I right? If yes, is there a way to do that without using domains?

Thanks.