Hi,
i have a java project wich required an ODBC connexion and i add the odbc like that :
1) on the ODBC page,
new data src -> named : mydb.mdb, driver : Microsoft Access Driver (*.mdb)
2) ( i see that after a search on this forum) add attribute :
name : DBQ, value [#mydb.mdb]
and then i build ...