Tiago Espinha <[email protected]> writes:

> Oh I actually forgot to mention this. What I've been testing isn't just the 
> creation of the database alone but also some basic CRUD operations. It is 
> when I 
> try to create a table that I get an exception if I have more than 3 Latin 
> characters. The exception the server sees is essentially the same you 
> observed 
> on DERBY-4799.

Ah, right! I see that too:

ij> connect 'jdbc:derby://localhost/æøåæ;create=true';
ij> create table t(x int);
ERROR 58016: The DDM parameter 0x10 is not supported.  The connection has been 
terminated.

Thanks,

-- 
Knut Anders

Reply via email to