Hi, I've tried anything I know or found in the FAQ, tips & tricks, and so on to get a firebird database working with OO.o 1.1.3.
In use were: - firebird-1.5.r7 - JayBird ODBC-Driver in version 1.0.1, 1.5 and 2.0.1 With command line tools etc. the database is usable and writable. User rights are okay I think, the only possible difference is that there are no explicit grants but the user is the owner of the database because he made it and so he can do (mostly) anything including creating tables, writing to them, dropping tables, setting rights (grant), etc. I can get a connection and the table contents is shown. But the common problem of not being able to edit the data is nagging me. The tables do have a primary key, "IgnoreDriverPrivileges" is enabled but it stays r/o. Some observation may be helpful: When opening the relations design window, tables can be added but the table icons have empty lists, no field name is shown, even no "*" symbol appears. When trying to build a query in the graphical design view the table icons do show a "*" symbol but there is no further name in the lists. Some links may be helpful for the developers to check what is missing here: http://www.ibphoenix.com http://jaybirdwiki.firebirdsql.org/jaybird/doku.php?id=start http://jaybirdwiki.firebirdsql.org/jaybird/doku.php?id=tip:result_sets#scrollable_result_sets My questions: How can I make the tables writable? What is missing in the jdbc driver "jaybird" for working properly with OO.o (since I suspect this is the problem)? Thanks in advance, Marc --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
