Knut Anders Hatlen wrote: > Yan Ma <[EMAIL PROTECTED]> writes: > > >>NVARCHAR is not supported in derby10.1. >>What is the alternative datatype of NVARCHAR? >>Thanks! > > > Derby allows Unicode characters in VARCHARs.
To be a little more precise, the only character set for Derby's character strings is Unicode. All characters stored in a CHAR, VARCHAR or CLOB datatype are Unicode characters with Unicode code points. Dan.
