Subject RES: [Firebird-Java] Re: What is this? Help
Author Roman Rokytskyy
> CREATE DOMAIN D_STATUS AS SMALLINT [0:1];

Most likely problem is here - JayBird does not support arrays.

I will try your schema, but I'm sure it is related to the array
definition. I will add more meaningful error message.

Roman