Subject Re: [firebird-support] Problem connecting FB via ODBC in Ubuntu
Author Federico Tello Gentile
Helen Borrie wrote:
>>
>> When I try to connect via OpenOffice Base show this error:
>>
>> SQL Status: 01000
>>
>> [unixODBC][Driver Manager]Can't open lib '/usr/lib/libOdbcJdbc.so' :
>> libstdc++-libc6.2-2.so.3: The file not exist.


Use JDBC. Get jaybird JDBC Driver from Firebird's web page and add the
firebirdsql-full.jar to the java classpath in the OpenOffice.org's Java
preferences.
Since OpenOffice.org's Base does not work without java, you already are
using java, so go with java since it will be faster than using the
JdbcOdbc bridge.