Subject | Re: [Firebird-Java] JayBird and OpenOffice.org |
---|---|
Author | Roman Rokytskyy |
Post date | 2006-08-10T14:25:08Z |
> Yeah, I always use the official builds (more up-to-date). This morning IPlease check the permissions for the database file itself. This very often
> tried running OOo as root, and was sucessfully able to see the tables.
> This obviously suggests a permissions issue somewhere, as mentioned in
> that Java thread I posted.
causes problems to me.
> A new quirk, however, is that when I attempt to edit a table I get aNo, this has nothing to do with permissions. I have already built a small
> "Result Set Closed" error, so I can only see the View objects. Perhaps
> this is an ownership issue of the empolyee.fdb file. Maybe I'll bring this
> up on the firebird users list.
fix into the driver (a parameter called defaultHoldable=true), but it fixes
not everything. I have already found the issue(s) - Base deviates from the
JDBC specification significantly when it comes to handling the multiple
result sets. Also I have another version of the driver which fixes the
issues (and works for me quite ok), I will release it as a plugin to our
driver soon.
Roman