Subject Re: WebObjects problems
Author Roman Rokytskyy <rrokytskyy@yahoo.co.uk>
> 1) In Every select that WebObjects constructs automatically they add
> the function RTRIM for every CHAR column, and I get one exception
> for this.

This is not JayBird issue. Define a UDF called RTRIM in your database
and everything should be ok. Anyway, I do not understand their
intentions, because CHAR columns _are_ padded with spaces to its
length. So even database server transmits trimmed data, driver will
expand field.

> 2) When resolving TimeStamps, with the date of 1858 (null?) I get
> also one exceptions

Should work. I will check it.

Best regards,
Roman Rokytskyy