https://bugs.freedesktop.org/show_bug.cgi?id=67145
--- Comment #21 from [email protected] --- (In reply to Julien Nabet from comment #20) > (In reply to robert from comment #19) > ... > > The driverpath could also be found in the odbcinst.ini. > > Don't use the same connection as Flamerobin ... > I don't understand what you mean. Flamerobin allows me to create a database > file. If I don't use SYSDBA, what should I use? Have never used Flamerobin. The only time I created a Firebird-database was the testdatabase for Base-Handbook. So I created the dabase by isql-fb. I thought the connection in your odbc.ini was created by Flamerobin ... The Name of the Driver is in Squarebrackets: [Firebird] This is odbcinst.ini. Only Driver64 is needed ... [Firebird] Description = Firebird ODBC driver Driver64 = /usr/lib64/libOdbcFb.so Your Driver64 might be Driver 64 = /usr/lib/x86_64-linux-gnu/odbc/libOdbcFb.so Here the odbc.ini for the connection. Driver, Dbname and SensitiveIdentifier is needed, nothing else [Firebird-libretest] Description = Firebird database libreoffice test Driver = Firebird Dbname = localhost:libretest.fdb SensitiveIdentifier = Yes Your Dbname seems to be wrong: Dbname = localhost:/tmp/testfirebird isn't it Dbname = localhost:/tmp/testfirebird.fdb ? Regards Robert -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
