On 4/28/06, Jun Li <[EMAIL PROTECTED]> wrote:
Why don't you simply mapping varchar into nvarchar? It's just about storage space.
Most schemas that I have worked with, have used varchar instead of nvarchar and rather set the database language to a specific value. So, nvarchar would limit DdlUtils' usability even more. The only useful solution would be the introduction of the notion of fully supported unicode and non-unicode modes in DdlUtils. Tom
