From: Yves <yve...@wa...> - 2003-12-21 21:13:29
|
Hello, I'm trying to use the MDBTools ODBC driver to read a msaccess97 file in OpenOffice.org. I've configured the driver in unixODBC, here are my odbc.ini and odbcinst.ini : -odbc.ini [Gestiondesbadges] Description = Gestion des badges Driver = MDB Servername = localhost Database = /home/yves/Gestion_des_badges.mdb Port = 5432 -odbcinst.ini [MDB] Description = ODBC pour MDB Driver = /usr/lib/libmdbodbc.so Setup = FileUsage = 1 CPTimeout = CPReuse = I can configure the datasource in openoffice, but when I want to see the tables I get the following error message : [unixODBC]Could not find DSN in odbc.ini. I have the same error message in the ODBC DataManager. Could someone help me ? Thanks. |